Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
@@ -37,6 +37,7 @@ def translate_text(text, target_lang):
|
|
37 |
return text
|
38 |
return text
|
39 |
|
|
|
40 |
# --- Wikipedia + Commons API ---
|
41 |
def get_place_info(place, lang):
|
42 |
if not place:
|
|
|
37 |
return text
|
38 |
return text
|
39 |
|
40 |
+
|
41 |
# --- Wikipedia + Commons API ---
|
42 |
def get_place_info(place, lang):
|
43 |
if not place:
|