igoracmorais commited on
Commit
01540d3
·
verified ·
1 Parent(s): 0e79fc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,11 +14,11 @@ iface = gr.Interface(
14
  inputs=[
15
  gr.Textbox(
16
  type="text",
17
- lines=3
18
  label="Contexto"),
19
  gr.Textbox(
20
  type="text",
21
- lines=4
22
  label="Pergunta",
23
  info="Escreva o que quer saber...")
24
  ],
 
14
  inputs=[
15
  gr.Textbox(
16
  type="text",
17
+ lines=3,
18
  label="Contexto"),
19
  gr.Textbox(
20
  type="text",
21
+ lines=4,
22
  label="Pergunta",
23
  info="Escreva o que quer saber...")
24
  ],