Nawinkumar15 commited on
Commit
4462eb9
·
verified ·
1 Parent(s): 931d795

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -32,6 +32,5 @@ st.dataframe(filtered_df, use_container_width=True)
32
  # Charts
33
  display_charts(df)
34
 
35
- # Heatmap
36
- display_heatmap(df)
37
 
 
32
  # Charts
33
  display_charts(df)
34
 
35
+
 
36