leona24 commited on
Commit
bad33a2
·
verified ·
1 Parent(s): bb763db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,5 +39,5 @@ def responses(message, history):
39
  return answer
40
 
41
  # 5. Gradio chat interface
42
- chatbot = gr.ChatInterface(responses, title="Dogs RAG Chatbot")
43
- chatbot.launch()
 
39
  return answer
40
 
41
  # 5. Gradio chat interface
42
+ demo = gr.ChatInterface(responses, title="Dogs RAG Chatbot")
43
+ demo.launch()