Spaces:
Sleeping
Sleeping
Update pages/burn_mapping.py
Browse files- pages/burn_mapping.py +1 -1
pages/burn_mapping.py
CHANGED
@@ -132,7 +132,7 @@ def Page():
|
|
132 |
|
133 |
with solara.Column(align="center"):
|
134 |
markdown = """
|
135 |
-
## Burn Map Generator Case Studies
|
136 |
solara.Markdown(markdown)
|
137 |
|
138 |
# Isolation is required to prevent the map from overlapping navigation (when screen width < 960px)
|
|
|
132 |
|
133 |
with solara.Column(align="center"):
|
134 |
markdown = """
|
135 |
+
## Burn Map Generator Case Studies """
|
136 |
solara.Markdown(markdown)
|
137 |
|
138 |
# Isolation is required to prevent the map from overlapping navigation (when screen width < 960px)
|