Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ def draw_grid(data, highlight_coords=None):
|
|
| 194 |
# Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
| 195 |
|
| 196 |
# Create the main app with three tabs
|
| 197 |
-
tab1, tab2, tab3 = st.tabs(["Introduction","Green Village", "Control Room"])
|
| 198 |
|
| 199 |
|
| 200 |
with tab1:
|
|
@@ -312,6 +312,10 @@ with tab1:
|
|
| 312 |
""")
|
| 313 |
|
| 314 |
with tab2:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 315 |
|
| 316 |
st.header("Green Smart Village Application")
|
| 317 |
|
|
@@ -396,7 +400,7 @@ with tab2:
|
|
| 396 |
if hin_number:
|
| 397 |
st.write("HIN number details...") # Placeholder for actual HIN number check
|
| 398 |
|
| 399 |
-
with
|
| 400 |
|
| 401 |
st.header("Control Room")
|
| 402 |
st.write("Synthetic data should be used to drive control room")
|
|
|
|
| 194 |
# Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
| 195 |
|
| 196 |
# Create the main app with three tabs
|
| 197 |
+
tab1, tab2, tab3, tab4 = st.tabs(["Introduction","Global Citizen", "Green Village", "Control Room"])
|
| 198 |
|
| 199 |
|
| 200 |
with tab1:
|
|
|
|
| 312 |
""")
|
| 313 |
|
| 314 |
with tab2:
|
| 315 |
+
|
| 316 |
+
st.header("Being a Global Citizen")
|
| 317 |
+
|
| 318 |
+
with tab3:
|
| 319 |
|
| 320 |
st.header("Green Smart Village Application")
|
| 321 |
|
|
|
|
| 400 |
if hin_number:
|
| 401 |
st.write("HIN number details...") # Placeholder for actual HIN number check
|
| 402 |
|
| 403 |
+
with tab4:
|
| 404 |
|
| 405 |
st.header("Control Room")
|
| 406 |
st.write("Synthetic data should be used to drive control room")
|