traversaal-ai commited on
Commit
fb027f7
1 Parent(s): 5bf85ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def inference(query):
20
 
21
  st.title('Ares Demo')
22
 
23
- query = st.text_area('Find what you seek:', 'I am planning my 10th anniversary, provide me with a list of places in Boston that is quiet, private and climate-controlled so that we can have a great conversation.')
24
 
25
  if query:
26
  response_text,urls = inference(query)
 
20
 
21
  st.title('Ares Demo')
22
 
23
+ query = st.text_area('Find what you seek:', 'I am planning my 10th anniversary, provide me with a list of places in Boston that are quiet, private and climate-controlled so that we can have a great conversation')
24
 
25
  if query:
26
  response_text,urls = inference(query)