drguilhermeapolinario commited on
Commit
208fd11
·
verified ·
1 Parent(s): 8d051e1

Update views/maps.py

Browse files
Files changed (1) hide show
  1. 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