paloma99 commited on
Commit
37ba050
·
verified ·
1 Parent(s): e693697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def chat_interface(question,history):
170
 
171
 
172
  chatbot_gradio_app = gr.ChatInterface(
173
- fn=echo,
174
  chatbot=gr.Chatbot(height=400),
175
  textbox=gr.Textbox(placeholder="Hazme una pregunta sobre reciclaje...", scale=7),
176
  title=custom_title,
 
170
 
171
 
172
  chatbot_gradio_app = gr.ChatInterface(
173
+ fn=chat_interface,
174
  chatbot=gr.Chatbot(height=400),
175
  textbox=gr.Textbox(placeholder="Hazme una pregunta sobre reciclaje...", scale=7),
176
  title=custom_title,