Spaces:
Running
Running
Update app.py
Browse files
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 |
|