Commit
路
2599e8d
1
Parent(s):
ac34590
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,6 @@ st.markdown("""
|
|
174 |
### Mapa por cantidad de distintos tipos de servicios (Versi贸n 1)
|
175 |
""")
|
176 |
|
177 |
-
@st.cache
|
178 |
iframe = f'<iframe src="{url_mapa_4}" width="700" height="500"></iframe>'
|
179 |
st.markdown(iframe, unsafe_allow_html=True)
|
180 |
|
|
|
174 |
### Mapa por cantidad de distintos tipos de servicios (Versi贸n 1)
|
175 |
""")
|
176 |
|
|
|
177 |
iframe = f'<iframe src="{url_mapa_4}" width="700" height="500"></iframe>'
|
178 |
st.markdown(iframe, unsafe_allow_html=True)
|
179 |
|