Spaces:
Sleeping
Sleeping
Update modules/visuals.py
Browse files- modules/visuals.py +0 -1
modules/visuals.py
CHANGED
|
@@ -28,4 +28,3 @@ def display_heatmap(df):
|
|
| 28 |
fig, ax = plt.subplots(figsize=(14, 4))
|
| 29 |
sns.heatmap(pivot, annot=True, cmap="YlOrRd", linewidths=0.5, cbar_kws={'label': 'Alert Level (0=Green, 2=Red)'}, ax=ax)
|
| 30 |
st.pyplot(fig)
|
| 31 |
-
|
|
|
|
| 28 |
fig, ax = plt.subplots(figsize=(14, 4))
|
| 29 |
sns.heatmap(pivot, annot=True, cmap="YlOrRd", linewidths=0.5, cbar_kws={'label': 'Alert Level (0=Green, 2=Red)'}, ax=ax)
|
| 30 |
st.pyplot(fig)
|
|
|