Hi! Fellow newbie here. I am constantly getting an error in a simple python code. Can someone please help?
https://replit.com/@JayKay18/RoyalblueTerrificDownloads#main.py
Hi! Fellow newbie here. I am constantly getting an error in a simple python code. Can someone please help?
https://replit.com/@JayKay18/RoyalblueTerrificDownloads#main.py
It’s being printed to the console, and not to the flask application you’re running.
use return render_template('Index.html', value="2")
because this returns to the index.html
also check for any errors in the console to see if thats stopping it from showing stuff
Also i can’t see the error on my side, what does the error say?
Create a folder called “templates”, put your Index.html and mood.html inside the folder and try to run the code again.