Skip to content

Commit

Permalink
Update example for 0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
randyzwitch committed Aug 13, 2020
1 parent 7f28c81 commit cf25afe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
streamlit>=0.63
streamlit>=0.65
streamlit-folium
3 changes: 2 additions & 1 deletion examples/streamlit_folium_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
from streamlit_folium import folium_static
import folium

st.beta_set_page_config(page_title="streamlit-folium documentation")

"# streamlit-folium"

with st.echo():
Expand All @@ -20,4 +22,3 @@

# call to render Folium map in Streamlit
folium_static(m)

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this is a shim to work with S4A for now, until requirements are read from folder containing the Streamlit Python script
streamlit>=0.63
streamlit>=0.65
streamlit-folium
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="streamlit_folium",
version="0.0.1",
version="0.1.0",
author="Randy Zwitch",
author_email="[email protected]",
description="Render Folium objects in Streamlit",
Expand Down

0 comments on commit cf25afe

Please sign in to comment.