rehanafzal commited on
Commit
0894c3b
·
verified ·
1 Parent(s): 40e64d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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")