Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ def draw_grid(data, highlight_coords=None):
|
|
203 |
return fig
|
204 |
|
205 |
# Title ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
206 |
-
|
207 |
|
208 |
# Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
209 |
|
@@ -213,7 +213,7 @@ tab1, tab2, tab3 = st.tabs(["Interpretive Number","Green Village", "Control Room
|
|
213 |
|
214 |
with tab1:
|
215 |
|
216 |
-
|
217 |
|
218 |
# Divide the page into three columns
|
219 |
col1, col2 = st.columns(2)
|
|
|
203 |
return fig
|
204 |
|
205 |
# Title ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
206 |
+
|
207 |
|
208 |
# Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
209 |
|
|
|
213 |
|
214 |
with tab1:
|
215 |
|
216 |
+
st.header("RAGE - A day in the Life of Aya City")
|
217 |
|
218 |
# Divide the page into three columns
|
219 |
col1, col2 = st.columns(2)
|