Rohanharsh163 commited on
Commit
6a885cc
·
verified ·
1 Parent(s): a4132aa

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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: