DHEIVER commited on
Commit
f252896
1 Parent(s): fe3b6b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,11 +16,11 @@ def chatbot(question):
16
 
17
  iface = gr.Interface(
18
  fn=chatbot,
19
- inputs=gr.inputs.Textbox(prompt="Digite sua pergunta:"),
20
  outputs=gr.outputs.Textbox(),
21
  live=True,
22
  title="Chatbot de Vestibular",
23
- description="Faça perguntas sobre vestibulares e receba respostas do nosso assistente de vestibular.",
24
  )
25
 
26
  if __name__ == "__main__":
 
16
 
17
  iface = gr.Interface(
18
  fn=chatbot,
19
+ inputs=gr.inputs.Textbox(),
20
  outputs=gr.outputs.Textbox(),
21
  live=True,
22
  title="Chatbot de Vestibular",
23
+ description="Digite sua pergunta sobre vestibulares e receba respostas do nosso assistente de vestibular.",
24
  )
25
 
26
  if __name__ == "__main__":