-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Labels
Description
What Docs changes are you proposing?
Currently in the documentation "streamlit run streamlit_app.py" is mentioned to run the application locally,But the file is now changed to Home_Page.py
Why do the Docs need this improvement? What is the motivation for this change? How will this change benefit the community?
This will help contributors to setup the application locally.
Describe the solution you'd like
change "streamlit run streamlit_app.py" to "streamlit run Home_Page.py"