mpsk commited on
Commit
c8fbf76
·
1 Parent(s): 3893f84

add more multi language examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -315,10 +315,10 @@ if 'xq' not in st.session_state:
315
  st.title("Visual Dataset Explorer")
316
  start = [st.empty(), st.empty(), st.empty(), st.empty(), st.empty()]
317
  start[0].info(msg)
318
- prompt = start[1].text_input("Prompt:", value="", placeholder="Examples: a photo of white dogs, cats in the snow, a house by the lake")
319
  start[2].markdown(
320
  '<p style="color:gray;"> Don\'t know what to search? Try <b>Random</b>!</p>\
321
- <p>🌟 We also supported multi-language search. Type any language you know to search!⌨️ </p>',
322
  unsafe_allow_html=True)
323
  with start[3]:
324
  col = st.columns(8)
 
315
  st.title("Visual Dataset Explorer")
316
  start = [st.empty(), st.empty(), st.empty(), st.empty(), st.empty()]
317
  start[0].info(msg)
318
+ prompt = start[1].text_input("Prompt:", value="", placeholder="Examples: white dogs, 女人举着雨伞, mouette volant au-dessus de la mer, ガラスの花瓶の花 ...")
319
  start[2].markdown(
320
  '<p style="color:gray;"> Don\'t know what to search? Try <b>Random</b>!</p>\
321
+ <p>🌟 We also support multi-language search. Type any language you know to search! ⌨️ </p>',
322
  unsafe_allow_html=True)
323
  with start[3]:
324
  col = st.columns(8)