Americo commited on
Commit
78ac422
·
verified ·
1 Parent(s): 4076ab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,6 +145,6 @@ def respond(message, history):
145
  return "Escribe algo para que pueda contestarte."
146
 
147
  # Inicializamos demo sin el argumento state
148
- demo = gr.ChatInterface(fn=respond, title="Agente Revisor", multimodal=True)
149
 
150
  demo.launch(debug=True)
 
145
  return "Escribe algo para que pueda contestarte."
146
 
147
  # Inicializamos demo sin el argumento state
148
+ demo = gr.ChatInterface(fn=respond, title="Agente Auditor", multimodal=True)
149
 
150
  demo.launch(debug=True)