Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,7 +154,7 @@ def main():
|
|
| 154 |
query = c.text_input("", value=st.session_state["query"])
|
| 155 |
else:
|
| 156 |
|
| 157 |
-
query = c.text_input("", value="
|
| 158 |
corpus = st.radio("", ["Unsplash"])
|
| 159 |
#corpus = st.radio("", ["Unsplash", "Movies"])
|
| 160 |
if len(query) > 0:
|
|
|
|
| 154 |
query = c.text_input("", value=st.session_state["query"])
|
| 155 |
else:
|
| 156 |
|
| 157 |
+
query = c.text_input("", value="lighthouse")
|
| 158 |
corpus = st.radio("", ["Unsplash"])
|
| 159 |
#corpus = st.radio("", ["Unsplash", "Movies"])
|
| 160 |
if len(query) > 0:
|