Drop files here
or click to upload
import streamlit as st
import folium
from streamlit_folium import st_folium
st.title("Test Streamlit-folium")
m = folium.Map(location=[50.8182, 4.2275], zoom_start=6, height=200)
st_data = st_folium(m)
st.markdown("checking if there is whitespace")
Hi! I can help you with any questions about Streamlit and Python. What would you like to know?