rehanafzal commited on
Commit
023a2de
·
verified ·
1 Parent(s): 341941e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -262,9 +262,9 @@ with tabs[0]:
262
 
263
  # Grid Health Indicator
264
  # # Grid health overview
265
- st.subheader("Grid Health Overview")
266
- grid_health_counts = data["grid_health"].value_counts()
267
- st.bar_chart(grid_health_counts)
268
 
269
 
270
 
 
262
 
263
  # Grid Health Indicator
264
  # # Grid health overview
265
+ # st.subheader("Grid Health Overview")
266
+ # grid_health_counts = data["grid_health"].value_counts()
267
+ # st.bar_chart(grid_health_counts)
268
 
269
 
270