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