Hello guys,
I found Pythonanywhere few days ago and it is awasome ! I'm a frenchman, so sorry for my bad english ^^
I have some problem with Flask :
I want to developp and Artificial Neural Network for Tennis Prediction. It is working fine on my computer, also on the Pythonanywhere console, but not working as soon as i tryed to request the result from URL with Flask.
The function that I want to work with Flask is "who_win(j, jj)" For example : who_win("Roger Federer", "Rafael Nadal"). (Need to be well spelled)
I'm totaly new with Flask, maybe i didn't understand something.
Thank you in advance for your help !
Vincent