Spaces:
Runtime error
Runtime error
devssaturdays
commited on
Commit
•
adab527
1
Parent(s):
743ed0c
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def predict(question):
|
|
53 |
return answers
|
54 |
|
55 |
|
56 |
-
title = "Chatbot Refugiados"
|
57 |
|
58 |
iface = gr.Interface(fn=predict,
|
59 |
inputs=[gr.inputs.Textbox(lines=3, label='Haz una pregunta')],
|
|
|
53 |
return answers
|
54 |
|
55 |
|
56 |
+
title = "Chatbot Refugiados \n Our chatbot helps refugees arriving in Spain by providing information on key topics."
|
57 |
|
58 |
iface = gr.Interface(fn=predict,
|
59 |
inputs=[gr.inputs.Textbox(lines=3, label='Haz una pregunta')],
|