Spaces:
Runtime error
Runtime error
Commit
·
77c44c9
1
Parent(s):
9492b8f
Update app.py
Browse files
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)
|