Inam65 commited on
Commit
0a0cb86
·
verified ·
1 Parent(s): 65d657f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with col3:
36
  # Search button
37
  if st.button("Search"):
38
  if location_search:
39
- with st.spinner("🔎 Searching for location..."):
40
  try:
41
  location = geolocator.geocode(location_search, language="en")
42
  if location:
 
36
  # Search button
37
  if st.button("Search"):
38
  if location_search:
39
+ with st.spinner("🔎 Searching for location..."):
40
  try:
41
  location = geolocator.geocode(location_search, language="en")
42
  if location: