Creating python web applications with navigation and flow without writing UI code
Let’s take a look at the following web application UI, which is developed with python and the UI elements are controlled and designed using streamlit:
In this application, you can add a slider very easily as shown below:
In this application you can choose options from a drop-down like as below:
You can also choose Inputbox and checkboxes to control the content flow as below:
Like in the above image, is “Show source code?” is checked, the results will looks like as below:
All of the above you can learn from the video here:
The GitHub repo is here: https://github.com/Avkash/demoapps
Please choose “StreamlitApp” from above repro to get the application and to execute it you just need to run the following command into “Streamlitapp” folder:
$ streamlit run app.py
That’s all. Enjoy and have fun!!
@avkashchauhan