Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def predict(question):
|
|
54 |
|
55 |
|
56 |
title = "Chatbot Refugiados"
|
57 |
-
description= "Our chatbot helps refugees arriving in Spain by providing information on key topics."
|
58 |
|
59 |
iface = gr.Interface(fn=predict,
|
60 |
inputs=[gr.inputs.Textbox(lines=3, label='Haz una pregunta')],
|
|
|
54 |
|
55 |
|
56 |
title = "Chatbot Refugiados"
|
57 |
+
description= "Our chatbot helps refugees arriving in Spain by providing information on key topics. This project is based on the article titled [Desarrollando un chatbot para refugiados: nuestra experiencia en Saturdays.AI](https://medium.com/saturdays-ai/desarrollando-un-chatbot-para-refugiados-nuestra-experiencia-en-saturdays-ai-9bf2551432c9), which outlines the process of building a chatbot for refugees. \n You can find the training script in this [github repo](https://github.com/jsr90/chatbot_refugiados_train)."
|
58 |
|
59 |
iface = gr.Interface(fn=predict,
|
60 |
inputs=[gr.inputs.Textbox(lines=3, label='Haz una pregunta')],
|