Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
•
f49c4dc
1
Parent(s):
e71a574
Update app.py
Browse files
app.py
CHANGED
@@ -87,11 +87,10 @@ def draw_grid(data, highlight_coords=None):
|
|
87 |
return fig
|
88 |
|
89 |
|
90 |
-
#
|
91 |
-
#def main():
|
92 |
|
93 |
# Create the main app with three tabs
|
94 |
-
tab1, tab2 = st.tabs(["Interpretive Number","Green Village"])
|
95 |
|
96 |
|
97 |
with tab1:
|
@@ -173,5 +172,8 @@ with tab2:
|
|
173 |
if hin_number:
|
174 |
st.write("HIN number details...") # Placeholder for actual HIN number check
|
175 |
|
176 |
-
|
177 |
-
|
|
|
|
|
|
|
|
87 |
return fig
|
88 |
|
89 |
|
90 |
+
# Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
91 |
|
92 |
# Create the main app with three tabs
|
93 |
+
tab1, tab2, tab3 = st.tabs(["Interpretive Number","Green Village", "Control Room"])
|
94 |
|
95 |
|
96 |
with tab1:
|
|
|
172 |
if hin_number:
|
173 |
st.write("HIN number details...") # Placeholder for actual HIN number check
|
174 |
|
175 |
+
with tab3:
|
176 |
+
|
177 |
+
st.header("Control Room")
|
178 |
+
|
179 |
+
|