Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -348,15 +348,15 @@ with col1:
|
|
348 |
|
349 |
|
350 |
st.header("Musterdatenkatalog Taxonomy")
|
351 |
-
st.write("Data as of
|
352 |
st.plotly_chart(fig)
|
353 |
|
354 |
st.header("Locations with Musterdatensätzen")
|
355 |
-
st.write("Data as of
|
356 |
st.markdown(
|
357 |
"""<p class="font">Hover over the map to see how many datasets are available
|
358 |
for this location. </p>
|
359 |
""",
|
360 |
unsafe_allow_html=True,
|
361 |
)
|
362 |
-
st.plotly_chart(fig_map)
|
|
|
348 |
|
349 |
|
350 |
st.header("Musterdatenkatalog Taxonomy")
|
351 |
+
st.write("Data as of 13.06.2025")
|
352 |
st.plotly_chart(fig)
|
353 |
|
354 |
st.header("Locations with Musterdatensätzen")
|
355 |
+
st.write("Data as of 13.06.2026")
|
356 |
st.markdown(
|
357 |
"""<p class="font">Hover over the map to see how many datasets are available
|
358 |
for this location. </p>
|
359 |
""",
|
360 |
unsafe_allow_html=True,
|
361 |
)
|
362 |
+
st.plotly_chart(fig_map)
|