edjdhug3 commited on
Commit
0a065b9
·
1 Parent(s): 499f124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -64,9 +64,7 @@ class Chatbot:
64
  st.title('Chatbot Trained on Indian Exam Articles')
65
  st.header("Hi!! How Can I Help You ?")
66
 
67
- query = st.text_input('> ')
68
- if st.button('Search'):
69
- self.run_google_search(query)
70
  result = self.qa({'query': query})
71
  st.write(result['result'])
72
 
 
64
  st.title('Chatbot Trained on Indian Exam Articles')
65
  st.header("Hi!! How Can I Help You ?")
66
 
67
+ query = st.text_input('')
 
 
68
  result = self.qa({'query': query})
69
  st.write(result['result'])
70