Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ def chat_interface(question,history):
|
|
170 |
|
171 |
|
172 |
chatbot_gradio_app = gr.ChatInterface(
|
173 |
-
fn=
|
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,
|