Update app.py
Browse files
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)
|