dtrejopizzo commited on
Commit
441fdf4
·
1 Parent(s): e8c2a1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Enter your question"),
39
  outputs="text",
40
- title="Starkbot")
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)