Spaces:
Paused
Paused
dtrejopizzo
commited on
Commit
·
441fdf4
1
Parent(s):
e8c2a1a
Update app.py
Browse files
app.py
CHANGED
@@ -35,9 +35,9 @@ def chatbot(input_text):
|
|
35 |
return response.response
|
36 |
|
37 |
iface = gr.Interface(fn=chatbot,
|
38 |
-
inputs=gr.components.Textbox(lines=7, label="
|
39 |
outputs="text",
|
40 |
-
title="
|
41 |
|
42 |
|
43 |
iface.launch(share=True, debug=True)
|
|
|
35 |
return response.response
|
36 |
|
37 |
iface = gr.Interface(fn=chatbot,
|
38 |
+
inputs=gr.components.Textbox(lines=7, label="Ingrese su pregunta"),
|
39 |
outputs="text",
|
40 |
+
title="Demo Galicia")
|
41 |
|
42 |
|
43 |
iface.launch(share=True, debug=True)
|