Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -279,7 +279,7 @@ elif viz_type == "Complaints Over Time":
|
|
| 279 |
The use of a blue color scheme highlights the flow and continuity of the data, providing a clear view of the patterns over time.
|
| 280 |
""")
|
| 281 |
|
| 282 |
-
elif
|
| 283 |
st.subheader("Complaints by Housing Block and Type")
|
| 284 |
|
| 285 |
if housing_block != 'All Blocks':
|
|
|
|
| 279 |
The use of a blue color scheme highlights the flow and continuity of the data, providing a clear view of the patterns over time.
|
| 280 |
""")
|
| 281 |
|
| 282 |
+
elif viz_type == "Complaints by Housing Block and Type":
|
| 283 |
st.subheader("Complaints by Housing Block and Type")
|
| 284 |
|
| 285 |
if housing_block != 'All Blocks':
|