Spaces:
Build error
Build error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -72,6 +72,7 @@ st.markdown("""
|
|
| 72 |
|
| 73 |
# 1. Page title
|
| 74 |
st.markdown("<div class='title'><h1> 🚔 Crime Pulse: LAPD Incident Explorer 🔎 </h1></div>", unsafe_allow_html=True)
|
|
|
|
| 75 |
|
| 76 |
st.markdown("""<div class='description'> This application provides a suite of interactive visualizations—pie charts,
|
| 77 |
bar charts, scatter plots, and more—that let you explore crime patterns in the LAPD dataset from multiple angles.
|
|
|
|
| 72 |
|
| 73 |
# 1. Page title
|
| 74 |
st.markdown("<div class='title'><h1> 🚔 Crime Pulse: LAPD Incident Explorer 🔎 </h1></div>", unsafe_allow_html=True)
|
| 75 |
+
st.markdown("<div class='title'><h3>Group 9: Vighnesh Gosavi, Vivian Lin, Chun-Wen Liou, Shivam Patel, Jinwen Zhang</h3></div>", unsafe_allow_html=True)
|
| 76 |
|
| 77 |
st.markdown("""<div class='description'> This application provides a suite of interactive visualizations—pie charts,
|
| 78 |
bar charts, scatter plots, and more—that let you explore crime patterns in the LAPD dataset from multiple angles.
|