Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ with col3:
|
|
| 36 |
# Search button
|
| 37 |
if st.button("Search"):
|
| 38 |
if location_search:
|
| 39 |
-
|
| 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:
|