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