Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -412,7 +412,7 @@ elif viz_type == "Complaints by Housing Block and Type":
|
|
| 412 |
The 'inferno' color palette is used to represent different complaint types, with darker shades indicating a higher frequency of complaints. The stacked bar chart makes it easy to compare the distribution of complaints by block and type.
|
| 413 |
""")
|
| 414 |
|
| 415 |
-
|
| 416 |
st.subheader("Complaints by Housing Block and Type- Incorporating Suggestions Based on Professor's Feedback")
|
| 417 |
|
| 418 |
# Filtering the data based on the selected year and housing block
|
|
|
|
| 412 |
The 'inferno' color palette is used to represent different complaint types, with darker shades indicating a higher frequency of complaints. The stacked bar chart makes it easy to compare the distribution of complaints by block and type.
|
| 413 |
""")
|
| 414 |
|
| 415 |
+
elif viz_type == "Complaints by Housing Block and Type (Incorporating Suggestions Based on Professor's Feedback)":
|
| 416 |
st.subheader("Complaints by Housing Block and Type- Incorporating Suggestions Based on Professor's Feedback")
|
| 417 |
|
| 418 |
# Filtering the data based on the selected year and housing block
|