Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|