jQuery(document).ready(function($) { $('#form').on('submit', function(event) { event.preventDefault(); var input = $('#input').val(); $.ajax({ url: 'http://127.0.0.1:5000/process_data', // Die URL deiner Python-API type: 'POST', data: JSON.stringify({input: input}), contentType: 'application/json', success: function(response) { console.log('AJAX-Anfrage erfolgreich gesendet.'); var result = response.result; console.log('Erhaltene Daten:', response); console.log('Verarbeitetes Ergebnis:', result); $('#result').text(result); }, error: function(xhr, status, error) { console.log('Fehler bei der AJAX-Anfrage:', error); } }); }); });

Hallo ich bin ben herzlich willkommen

Just another WordPress site

Kategorien:

in jeder woche ein oder zwei neue videos. Videos über minecraft warscheinlich auch let´s play auch shorts und andere vidios […]