denizd commited on
Commit
9275d7a
·
verified ·
1 Parent(s): b0dab92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -41,5 +41,4 @@ def chatbot_response(message, history):
41
  return numbered_response, history
42
 
43
  chatbot = gr.ChatInterface(fn=chatbot_response, title="RAG Chatbot")
44
- chatbot.launch()
45
- print(chatbot_response("What is supply?", []))
 
41
  return numbered_response, history
42
 
43
  chatbot = gr.ChatInterface(fn=chatbot_response, title="RAG Chatbot")
44
+ chatbot.launch()