SajjadAyoubi commited on
Commit
69143ff
1 Parent(s): 30aaa45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def main():
64
  st.sidebar.markdown(description)
65
  _, c, _ = st.columns((1, 3, 1))
66
  query = c.text_input('Search Box (type in fa)', value='گل صورتی')
67
- c.text("It'll take about 20s to load all new images")
68
  if len(query) > 0:
69
  results = image_search(query)
70
  st.markdown(get_html(results), unsafe_allow_html=True)
 
64
  st.sidebar.markdown(description)
65
  _, c, _ = st.columns((1, 3, 1))
66
  query = c.text_input('Search Box (type in fa)', value='گل صورتی')
67
+ c.text("It'll take about 30s to load all new images")
68
  if len(query) > 0:
69
  results = image_search(query)
70
  st.markdown(get_html(results), unsafe_allow_html=True)