Update app.py
Browse files
app.py
CHANGED
@@ -86,4 +86,4 @@ def interact_with_chatbot(text, conversation):
|
|
86 |
|
87 |
# Lanzar la interfaz Gradio con ChatInterface
|
88 |
|
89 |
-
gr.ChatInterface(fn=interact_with_chatbot, title="
|
|
|
86 |
|
87 |
# Lanzar la interfaz Gradio con ChatInterface
|
88 |
|
89 |
+
gr.ChatInterface(fn=interact_with_chatbot, title="PreDoc Chatbot").launch(debug=True)
|