giseldo commited on
Commit
762c8b1
·
1 Parent(s): ed10886

ultima versao

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ demo = gr.Interface(fn=calcula,
37
  gr.Textbox(lines=10, placeholder="Descrição", label="Descrição")],
38
  outputs=[gr.Textbox(label="Story Points Estimado")],
39
  title="Agile Task Story Point Estimator - TAWOS - Alloy",
40
- examples=[[titulo, descricao], [titulo1, descricao1]]
41
  )
42
 
43
 
 
37
  gr.Textbox(lines=10, placeholder="Descrição", label="Descrição")],
38
  outputs=[gr.Textbox(label="Story Points Estimado")],
39
  title="Agile Task Story Point Estimator - TAWOS - Alloy",
40
+ examples=[[titulo, descricao]]
41
  )
42
 
43