rehanafzal commited on
Commit
c4912b6
·
verified ·
1 Parent(s): cd8e15c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ if weather:
19
  st.sidebar.write(f"Weather: {weather['weather']}")
20
 
21
  # Main dashboard with tabs
22
- tabs = st.tabs(["Home", "Storage", "Trading"])
23
 
24
  with tabs[0]:
25
  st.title("Real-Time Smart Grid Dashboard")
 
19
  st.sidebar.write(f"Weather: {weather['weather']}")
20
 
21
  # Main dashboard with tabs
22
+ tabs = st.tabs(["Home", "Electricity Storage", "Electricity Trading"])
23
 
24
  with tabs[0]:
25
  st.title("Real-Time Smart Grid Dashboard")