Spaces:
Sleeping
Sleeping
ultima versao
Browse files
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]
|
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 |
|