eaglelandsonce commited on
Commit
a2ef30f
·
verified ·
1 Parent(s): 3f84de1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -202,7 +202,9 @@ def draw_grid(data, highlight_coords=None):
202
  ax.set_title('Village Layout with Color Coding')
203
  return fig
204
 
205
-
 
 
206
  # Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
207
 
208
  # Create the main app with three tabs
 
202
  ax.set_title('Village Layout with Color Coding')
203
  return fig
204
 
205
+ # Title ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
206
+ st.header("RAGE - A day in the Life of Aya City")
207
+
208
  # Tabs +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
209
 
210
  # Create the main app with three tabs