From 976cf5a4c5ffc640c275eb4b151fd1278e2660d5 Mon Sep 17 00:00:00 2001 From: Ujaval Gandhi Date: Tue, 2 Jul 2024 17:03:53 +0530 Subject: [PATCH] update --- code/python_dataviz/streamlit/bounding_box/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/python_dataviz/streamlit/bounding_box/app.py b/code/python_dataviz/streamlit/bounding_box/app.py index 68282494..fe3c43c4 100644 --- a/code/python_dataviz/streamlit/bounding_box/app.py +++ b/code/python_dataviz/streamlit/bounding_box/app.py @@ -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.')