Spaces:
Sleeping
Sleeping
Added title
Browse files- pages/burn_mapping.py +5 -1
pages/burn_mapping.py
CHANGED
@@ -74,7 +74,11 @@ def Page():
|
|
74 |
#solara.Select(label="Wildfire Case Study", value=selected_fire, values=fireList)
|
75 |
#solara.Markdown(f"**Selected**: {selected_fire.value}")
|
76 |
#solara.Button(label="Map the burn scar",) #on_click = on_button_clicked)
|
77 |
-
|
|
|
|
|
|
|
|
|
78 |
|
79 |
# Isolation is required to prevent the map from overlapping navigation (when screen width < 960px)
|
80 |
with solara.Column(style={"isolation": "isolate"}):
|
|
|
74 |
#solara.Select(label="Wildfire Case Study", value=selected_fire, values=fireList)
|
75 |
#solara.Markdown(f"**Selected**: {selected_fire.value}")
|
76 |
#solara.Button(label="Map the burn scar",) #on_click = on_button_clicked)
|
77 |
+
|
78 |
+
with solara.Column(align="center"):
|
79 |
+
markdown = """
|
80 |
+
## Burn Map Generator Case Studies ## """
|
81 |
+
solara.Markedown(markdown)
|
82 |
|
83 |
# Isolation is required to prevent the map from overlapping navigation (when screen width < 960px)
|
84 |
with solara.Column(style={"isolation": "isolate"}):
|