Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|
|
|