UjjwalKGupta
commited on
Commit
•
574acf1
1
Parent(s):
06892c7
Add Scale
Browse files
app.py
CHANGED
@@ -568,11 +568,6 @@ if "result" in st.session_state:
|
|
568 |
layer_name="Geometry",
|
569 |
style_function=lambda x: {"color": "blue", "fillOpacity": 0.0, "fillColor": "blue"},
|
570 |
)
|
571 |
-
write_info(
|
572 |
-
|
573 |
-
<div style="text-align: center;">
|
574 |
-
{title}
|
575 |
-
</div>
|
576 |
-
"""
|
577 |
-
)
|
578 |
param_map.to_streamlit()
|
|
|
568 |
layer_name="Geometry",
|
569 |
style_function=lambda x: {"color": "blue", "fillOpacity": 0.0, "fillColor": "blue"},
|
570 |
)
|
571 |
+
write_info(f"""<div style="text-align: center;">{title}</div>""")
|
572 |
+
param_map.add_scale()
|
|
|
|
|
|
|
|
|
|
|
573 |
param_map.to_streamlit()
|