Nawinkumar15 commited on
Commit
aabdcd8
·
verified ·
1 Parent(s): 156c1e5

Update modules/visuals.py

Browse files
Files changed (1) hide show
  1. 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)