Suraj_Jaiswal commited on
Commit
f8304fa
1 Parent(s): 4a930da

removed key in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def main():
180
  # Display the map as an image using st.image()
181
  folium_static(india_map)
182
 
183
- ab = st.text_input("API key?", "AIzaSyCBGIlzrt1yWOzXU7L3_2eaSJcxFHiedz0")
184
 
185
  with st.expander("Instructions"):
186
  st.write("1. Enter the latitude and longitude of the bounding box in the sidebar.\n"
 
180
  # Display the map as an image using st.image()
181
  folium_static(india_map)
182
 
183
+ ab = st.text_input("API key?", "") # AIzaSyCBGIlzrt1yWOzXU7L3_2eaSJcxFHiedz0
184
 
185
  with st.expander("Instructions"):
186
  st.write("1. Enter the latitude and longitude of the bounding box in the sidebar.\n"