Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- 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("
|
| 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":
|