[WebApp] Unbinding between an entry in an HTML search bar and the python script
DATA33
Dataiku DSS Core Designer, Registered Posts: 3 ✭
I have a search bar in HTML which is supposed to send the input to the Python back-end, but despite my attempts in Flask and AJAX no way to achieve this.
Do you have any leads? How to retrieve the "input" which I have in my HTML code in my Python code as a string of caracter ?
Answers
-
Hi,
You may find some useful information in this tutorial: https://developer.dataiku.com/latest/tutorials/webapps/standard/form-to-submit-values/index.html.
Hope this helps,
Florent