eaglelandsonce commited on
Commit
29dc5a5
·
verified ·
1 Parent(s): a2ef30f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -203,7 +203,7 @@ def draw_grid(data, highlight_coords=None):
203
  return fig
204
 
205
  # Title ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
206
- st.header("RAGE - A day in the Life of Aya City")
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
- st.header("Engineering Tools")
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)