Americo commited on
Commit
5707c14
verified
1 Parent(s): c8e801f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Renovaci贸n de Recetas Chatbot").launch(debug=True)
 
86
 
87
  # Lanzar la interfaz Gradio con ChatInterface
88
 
89
+ gr.ChatInterface(fn=interact_with_chatbot, title="PreDoc Chatbot").launch(debug=True)