Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,5 +39,5 @@ def responses(message, history):
|
|
| 39 |
return answer
|
| 40 |
|
| 41 |
# 5. Gradio chat interface
|
| 42 |
-
|
| 43 |
-
|
|
|
|
| 39 |
return answer
|
| 40 |
|
| 41 |
# 5. Gradio chat interface
|
| 42 |
+
demo = gr.ChatInterface(responses, title="Dogs RAG Chatbot")
|
| 43 |
+
demo.launch()
|