Spaces:
Sleeping
Sleeping
Update demo2/pages/__init__.py
Browse files- demo2/pages/__init__.py +2 -2
demo2/pages/__init__.py
CHANGED
@@ -649,7 +649,7 @@ def Page():
|
|
649 |
solara.Button(lbl_earthquake[lang.value], value="earthquake", text=True, on_click=lambda: hazard_type.set("earthquake"), style=f"{bgcolor} width: 100%; height: 26px")
|
650 |
# DensityMap("earthquake")
|
651 |
with solara.Row(justify="center"):
|
652 |
-
solara.Image("/static/public/
|
653 |
with solara.Column():
|
654 |
if hazard_type.value == "flood":
|
655 |
bgcolor = "background-color: #545454;"
|
@@ -659,7 +659,7 @@ def Page():
|
|
659 |
solara.Button(lbl_flood[lang.value], value="flood", text=True, on_click=lambda: hazard_type.set("flood"), style=f"{bgcolor} width: 100%; height: 26px")
|
660 |
# DensityMap("flood")
|
661 |
with solara.Row(justify="center"):
|
662 |
-
solara.Image("/static/public/
|
663 |
# with solara.Column():
|
664 |
# if hazard_type.value == "debris":
|
665 |
# bgcolor = "background-color: #545454;"
|
|
|
649 |
solara.Button(lbl_earthquake[lang.value], value="earthquake", text=True, on_click=lambda: hazard_type.set("earthquake"), style=f"{bgcolor} width: 100%; height: 26px")
|
650 |
# DensityMap("earthquake")
|
651 |
with solara.Row(justify="center"):
|
652 |
+
solara.Image("/static/public/eq3.jpg")
|
653 |
with solara.Column():
|
654 |
if hazard_type.value == "flood":
|
655 |
bgcolor = "background-color: #545454;"
|
|
|
659 |
solara.Button(lbl_flood[lang.value], value="flood", text=True, on_click=lambda: hazard_type.set("flood"), style=f"{bgcolor} width: 100%; height: 26px")
|
660 |
# DensityMap("flood")
|
661 |
with solara.Row(justify="center"):
|
662 |
+
solara.Image("/static/public/fl3.jpg")
|
663 |
# with solara.Column():
|
664 |
# if hazard_type.value == "debris":
|
665 |
# bgcolor = "background-color: #545454;"
|