wanwanlin0521 commited on
Commit
4d12014
·
verified ·
1 Parent(s): c8be856

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -186,7 +186,7 @@ menu = st.sidebar.selectbox(
186
 
187
  # Define what each menu option does
188
  if menu == "Home":
189
- st.title("Welcome to the Home Page")
190
  st.write("This is the home view of your Streamlit app.")
191
 
192
  elif menu == "About":
 
186
 
187
  # Define what each menu option does
188
  if menu == "Home":
189
+ st.title("Analyze Crime Distributions")
190
  st.write("This is the home view of your Streamlit app.")
191
 
192
  elif menu == "About":