Can't print a quiz on my webapp, it either doesn't display or displays in Pycharm

Exactly! Please use Streamlit syntax. For example - instead of input, use streamlit widget (number_input, text_input etc) or instead of print, use write or markdown - streamlit syntax. Do refer to the doc as well for more information .In that way, your codes will start to interact within the web app, and you can build one !
Cheers
Avra

1 Like