Join us
@suraj4502 ・ Jun 19,2022 ・ 1 min read ・ 2997 views
We will see how to create a multipage web app from scratch.
Streamlit is one of the best tool for a Data Scientist. It is easy to learn, built on top of python, and has amazing features for creating web applications. Earlier Streamlit allowed only single-page websites but now they have added a feature for creating multipage web apps.
In this tutorial, we will see how to create a multipage web app from scratch.
open your terminal and type the following command :
create a directory for your new project and add a python file, this file will be your home page on the website. for e.g: I have created the ‘Co2_Emission_updated’ folder and added the ‘home.py’ as the home page.
Now for the other pages, we have to add a ‘pages’ folder that will contain the python files for other pages.
Add the python files in the pages directory in the same way shown below.
pages/page1.py, page2.py
We can add emojis or numbers to the python files to make the web app more attractive.
After writing the relevant code for each page run the main home.py file in the terminal using the following command.
we can toggle between the pages just by clicking on them.
That’s it your multipage web app is ready. This is the link to the project that I have used in the tutorial = GitHub (https://github.com/suraj4502/Co2_emmission_updated)
Look at the difference between a single-page web app and a multi-page app of the same project.
project :(https://share.streamlit.io/suraj4502/co2_emission_prediction-project-/app.py)
updated : (https://share.streamlit.io/suraj4502/co2_emmission_updated/_%F0%9F%8F%A1_Home.py)
For more info and in-depth understanding visit the streamlit docs page.
…
Join other developers and claim your FAUN account now!
Influence
Total Hits
Posts
Only registered users can post comments. Please, login or signup.