Rahka commited on
Commit
47352aa
1 Parent(s): e7e3e25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -345,11 +345,12 @@ with col1:
345
  st.markdown(f'<p class="font"> {prediction} <p>', unsafe_allow_html=True)
346
 
347
 
348
- st.header("Musterdatenkatalog Taxonomy (as of 20.08.2024)")
349
-
350
  st.plotly_chart(fig)
351
 
352
- st.header("Locations with Musterdatensätzen (as of 20.08.2024)")
 
353
  st.markdown(
354
  """<p class="font">Hover over the map to see how many datasets are available
355
  for this location. </p>
 
345
  st.markdown(f'<p class="font"> {prediction} <p>', unsafe_allow_html=True)
346
 
347
 
348
+ st.header("Musterdatenkatalog Taxonomy")
349
+ st.write("Data as of 20.08.2024")
350
  st.plotly_chart(fig)
351
 
352
+ st.header("Locations with Musterdatensätzen")
353
+ st.write("Data as of 20.08.2024")
354
  st.markdown(
355
  """<p class="font">Hover over the map to see how many datasets are available
356
  for this location. </p>