Thank you for the code. I tried to use another html file and script. They objective is that when a user types his name on the textbox it returns it on the console. However it did not work. Any tips to fixing the issue? Thanks
When using the app.route() method you'll have to use the post / get methods. For example @app.route('/', methods = ['POST', 'GET']). Hopefully that helps! Thanks
I'm experiencing the same issue. Someone has reported the issues to the flask-ngrok page on github. I'll update the comments if this get's resolved. github.com/gstaff/flask-ngrok/issues/18
hi sir, i tested the code. it is running correctly but when i re run the code or run the code after modifying the html content. it shows that the webpage isn't working right now. it works fine for the first time but not after i re run the code. please help
Hi @Madara Uchiha. Based on your experience, it sounds like you're going to the previous ngrok url. If you're changing the html, you'll need to interrupt execution and re-run and then click the new link ngrok tunnel link. Hopefully that is helpful.
I tested using Google Colab and Google Chrome. If you're using jupyter notebook in anaconda results may be different and perhaps you may have to set localhost differently? Or double check the cdn address, perhaps? I'm speculating but there could be several different issues and you may want to check the console log (ctrl + shift + j in windows).
Thank you for the code. I tried to use another html file and script. They objective is that when a user types his name on the textbox it returns it on the console. However it did not work. Any tips to fixing the issue? Thanks
When using the app.route() method you'll have to use the post / get methods. For example @app.route('/', methods = ['POST', 'GET']). Hopefully that helps! Thanks
@@patlongcodes did that part of the video. If you have time sir, check deep lizard deploying keras model
Hello, I tried the first example of hello world you made, but the tunnel was not found. Please help me.
I'm experiencing the same issue. Someone has reported the issues to the flask-ngrok page on github. I'll update the comments if this get's resolved. github.com/gstaff/flask-ngrok/issues/18
@@patlongcodes thank you so much
How to upload an image in the "text.html" using flask and colab? Do you have any video on that?
hi sir, i tested the code. it is running correctly but when i re run the code or run the code after modifying the html content. it shows that the webpage isn't working right now. it works fine for the first time but not after i re run the code. please help
Hi @Madara Uchiha. Based on your experience, it sounds like you're going to the previous ngrok url. If you're changing the html, you'll need to interrupt execution and re-run and then click the new link ngrok tunnel link. Hopefully that is helpful.
Bootstrap loaded website is not showing but website is running
I tested using Google Colab and Google Chrome. If you're using jupyter notebook in anaconda results may be different and perhaps you may have to set localhost differently? Or double check the cdn address, perhaps? I'm speculating but there could be several different issues and you may want to check the console log (ctrl + shift + j in windows).
But they not working with me