Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -507,9 +507,9 @@ with tab_home:
|
|
507 |
data = generate_synthetic_data()
|
508 |
|
509 |
# Grid Health
|
510 |
-
st.subheader("Grid Health Overview")
|
511 |
-
grid_health_counts = data["grid_health"].value_counts()
|
512 |
-
st.bar_chart(grid_health_counts)
|
513 |
|
514 |
# Power Consumption, Generation & Storage Graph
|
515 |
st.subheader("Power Consumption, Generation & Storage")
|
|
|
507 |
data = generate_synthetic_data()
|
508 |
|
509 |
# Grid Health
|
510 |
+
# st.subheader("Grid Health Overview")
|
511 |
+
# grid_health_counts = data["grid_health"].value_counts()
|
512 |
+
# st.bar_chart(grid_health_counts)
|
513 |
|
514 |
# Power Consumption, Generation & Storage Graph
|
515 |
st.subheader("Power Consumption, Generation & Storage")
|