Creating python web applications with navigation and flow without writing UI code

Avkash Chauhan
2 min readDec 27, 2019

--

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:

StreamlitApp Home

In this application, you can add a slider very easily as shown below:

Using Skimage Mask in Streamlit App

In this application you can choose options from a drop-down like as below:

An example of using dop-down to control the navigation

You can also choose Inputbox and checkboxes to control the content flow as below:

An example of using checkbox to control the content flow

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

--

--

No responses yet