Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,6 @@ st.sidebar.header("Dashboard Controls")
|
|
| 72 |
viz_type = st.sidebar.selectbox("Select Visualization", [
|
| 73 |
"Complaint Types", "Geographic Distribution", "Complaints by Disposition", "Submission Methods",
|
| 74 |
"Monthly Trends by Complaint Type", "Complaints Over Time", "Complaints by Housing Block and Type",
|
| 75 |
-
"Complaints by Housing Block and Type (Incorporating Suggestions Based on Professor's Feedback)"
|
| 76 |
], key="viz_type_select")
|
| 77 |
|
| 78 |
# Remove the year selection when certain visualizations are selected
|
|
|
|
| 72 |
viz_type = st.sidebar.selectbox("Select Visualization", [
|
| 73 |
"Complaint Types", "Geographic Distribution", "Complaints by Disposition", "Submission Methods",
|
| 74 |
"Monthly Trends by Complaint Type", "Complaints Over Time", "Complaints by Housing Block and Type",
|
|
|
|
| 75 |
], key="viz_type_select")
|
| 76 |
|
| 77 |
# Remove the year selection when certain visualizations are selected
|