awacke1 commited on
Commit
fb9d2d2
1 Parent(s): 270081b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="health; artificial intelligence")
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: