Spaces:
Running
Running
Update views/maps.py
Browse files- views/maps.py +2 -2
views/maps.py
CHANGED
@@ -58,8 +58,8 @@ st.title("Mapas da área")
|
|
58 |
|
59 |
st.markdown(""" ### :world_map: **UBS Flamengo: (IBGE 2022)** """)
|
60 |
|
61 |
-
STYLE = "style.css"
|
62 |
-
STYLES = "styles.html"
|
63 |
with open(STYLE, "r", encoding="utf-8") as f:
|
64 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
65 |
|
|
|
58 |
|
59 |
st.markdown(""" ### :world_map: **UBS Flamengo: (IBGE 2022)** """)
|
60 |
|
61 |
+
STYLE = "static/style.css"
|
62 |
+
STYLES = "static/styles.html"
|
63 |
with open(STYLE, "r", encoding="utf-8") as f:
|
64 |
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
65 |
|