AdamyaG commited on
Commit
8cd4aeb
·
verified ·
1 Parent(s): ba1b1fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -67,7 +67,8 @@ def get_response(user_input):
67
  "input": user_input
68
  })
69
 
70
- return response['answer']
 
71
 
72
  # app config
73
  st.set_page_config(page_title="Chat with websites", page_icon="🤖")
 
67
  "input": user_input
68
  })
69
 
70
+ # return response['answer']
71
+ return response
72
 
73
  # app config
74
  st.set_page_config(page_title="Chat with websites", page_icon="🤖")