Spaces:
Build error
Build error
conhecimento de ferramenta e testes
Browse files
app.py
CHANGED
@@ -29,8 +29,8 @@ demo = gr.Interface(
|
|
29 |
gr.Dropdown( choices = ['Masculino', 'Feminino'], type = 'index', label = 'Gênero' ),
|
30 |
'number',
|
31 |
gr.Dropdown( choices = [1, 2, 3], type = 'value', label = 'Classe' ),
|
32 |
-
gr.Dropdown( choices = [1, 2, 3, 4, 5, 6, 7, 8], type = 'value', label = 'Conjujes ou Irmãos' ),
|
33 |
-
gr.Dropdown( choices = [8.0000, 14.0000, 31.0000,
|
34 |
],
|
35 |
outputs = 'label'
|
36 |
)
|
|
|
29 |
gr.Dropdown( choices = ['Masculino', 'Feminino'], type = 'index', label = 'Gênero' ),
|
30 |
'number',
|
31 |
gr.Dropdown( choices = [1, 2, 3], type = 'value', label = 'Classe' ),
|
32 |
+
gr.Dropdown( choices = [0,1, 2, 3, 4, 5, 6, 7, 8], type = 'value', label = 'Conjujes ou Irmãos' ),
|
33 |
+
gr.Dropdown( choices = [8.0000, 14.0000, 31.0000, 50.0000, 80.000], type = 'value', label = 'Valor da passagem em GB£' )
|
34 |
],
|
35 |
outputs = 'label'
|
36 |
)
|