Spaces:
Running
Running
add more multi language examples
Browse files
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:
|
319 |
start[2].markdown(
|
320 |
'<p style="color:gray;"> Don\'t know what to search? Try <b>Random</b>!</p>\
|
321 |
-
<p>🌟 We also
|
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)
|