SajjadAyoubi commited on
Commit
77c44c9
·
1 Parent(s): 9492b8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def main():
77
  unsafe_allow_html=True)
78
  st.sidebar.markdown(description)
79
  _, c, _ = st.columns((1, 3, 1))
80
- query = c.text_input('Search text', value='دریا')
81
  if len(query) > 0:
82
  results = image_search(query)
83
  st.markdown(get_html(results), unsafe_allow_html=True)
 
77
  unsafe_allow_html=True)
78
  st.sidebar.markdown(description)
79
  _, c, _ = st.columns((1, 3, 1))
80
+ query = c.text_input('Search text', value='مرغ دریای')
81
  if len(query) > 0:
82
  results = image_search(query)
83
  st.markdown(get_html(results), unsafe_allow_html=True)