Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spatialthoughts committed Jul 2, 2024
1 parent 2bda2db commit 976cf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/python_dataviz/streamlit/bounding_box/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
st.session_state["zoom"] = 13

st.title('Bounding Box Tool')
st.markdown('This app allows you to get coordinates and bounding bo for any place in the world - powered by OpenStreetMap.')
st.markdown('This app allows you to get coordinates and bounding box for any place in the world - powered by OpenStreetMap. View the source code at [GitHub](https://github.com/spatialthoughts/python-dataviz-web/tree/main/streamlit/bounding_box).')

address = st.text_input('Enter an address.')

Expand Down

0 comments on commit 976cf5a

Please sign in to comment.