rohan112 commited on
Commit
20c74bb
·
1 Parent(s): 0f6dea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,4 +88,4 @@ examples = [["what is your contact number?"], ["where you are currently working?
88
  def greet(query1, history):
89
  return chain.run(input_documents=documents, question="answer as if person responding. do not ask question back. \n Question: "+query1)
90
 
91
- gr.ChatInterface(greet,title = "Chat with my Bot", description=description,examples=examples).launch(debug = True)
 
88
  def greet(query1, history):
89
  return chain.run(input_documents=documents, question="answer as if person responding. do not ask question back. \n Question: "+query1)
90
 
91
+ gr.ChatInterface(greet,title = "Chat with my Bot", description=description,examples=examples).launch(debug = True)