Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,13 +16,7 @@ st.set_page_config(page_title="Nuisance Complaints Dashboard", layout="wide")
|
|
| 16 |
# Title and introduction
|
| 17 |
st.title("Nuisance Complaints Analysis Dashboard")
|
| 18 |
st.markdown("""
|
| 19 |
-
*
|
| 20 |
-
* Lu Chang (luchang2@illinois.edu)
|
| 21 |
-
* Qiming Li (qimingl4@illinois.edu)
|
| 22 |
-
* Ruchita Alate (ralate2@illinois.edu)
|
| 23 |
-
* Shreyas Kulkarni (ssk16@illinois.edu)
|
| 24 |
-
* Vishal Devulapalli (nsd3@illinois.edu)
|
| 25 |
-
|
| 26 |
This dashboard analyzes nuisance complaints data from the City of Urbana. The visualizations aim to explore complaint trends, resolution efficiency, and geographic patterns to provide actionable insights for urban planning and management.
|
| 27 |
""")
|
| 28 |
|
|
|
|
| 16 |
# Title and introduction
|
| 17 |
st.title("Nuisance Complaints Analysis Dashboard")
|
| 18 |
st.markdown("""
|
| 19 |
+
* By Ruchita Alate (ralate2@illinois.edu)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
This dashboard analyzes nuisance complaints data from the City of Urbana. The visualizations aim to explore complaint trends, resolution efficiency, and geographic patterns to provide actionable insights for urban planning and management.
|
| 21 |
""")
|
| 22 |
|