notSoNLPnerd commited on
Commit
062c3f5
1 Parent(s): 479646e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def app_init():
88
  def main():
89
  p1, p2, p3 = app_init()
90
  st.title("Haystack Demo")
91
- input = st.text_input("Query ...")
92
 
93
  query_type = st.radio("Type",
94
  ("Retrieval Augmented", "Retrieval Augmented with Web Search"))
 
88
  def main():
89
  p1, p2, p3 = app_init()
90
  st.title("Haystack Demo")
91
+ input = st.text_input("Query ...", "Did SVB collapse?")
92
 
93
  query_type = st.radio("Type",
94
  ("Retrieval Augmented", "Retrieval Augmented with Web Search"))