Spaces:
Runtime error
Runtime error
Commit
·
3c93ca3
1
Parent(s):
ccd28c4
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def main():
|
|
64 |
|
65 |
st.sidebar.markdown(description)
|
66 |
_, c, _ = st.columns((1, 3, 1))
|
67 |
-
query = c.text_input('Search Box (type in fa)', value='
|
68 |
c.text("It'll take about 30s to load all new images")
|
69 |
if len(query) > 0:
|
70 |
results = image_search(query)
|
|
|
64 |
|
65 |
st.sidebar.markdown(description)
|
66 |
_, c, _ = st.columns((1, 3, 1))
|
67 |
+
query = c.text_input('Search Box (type in fa)', value='قطره های باران روی شیشه')
|
68 |
c.text("It'll take about 30s to load all new images")
|
69 |
if len(query) > 0:
|
70 |
results = image_search(query)
|