luanzitto commited on
Commit
aaa19b0
1 Parent(s): 52d6b28
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -29,9 +29,8 @@ demo = gr.Interface(
29
  'number',
30
  gr.Dropdown( choices = [1, 2, 3], type = 'value', label = 'Classe' ),
31
  gr.Dropdown( choices = [1, 2, 3, 4, 5, 6, 7, 8], type = 'value', label = 'Conjujes ou Irmãos' ),
32
- gr.Dropdown( choices = [8.0000, 14.0000, 31.0000, 300.0000, 500.000], type = 'value', label = 'Valor da passagem em GB£' ),
33
-
34
-
35
- ]
36
  )
37
  demo.launch()
 
29
  'number',
30
  gr.Dropdown( choices = [1, 2, 3], type = 'value', label = 'Classe' ),
31
  gr.Dropdown( choices = [1, 2, 3, 4, 5, 6, 7, 8], type = 'value', label = 'Conjujes ou Irmãos' ),
32
+ gr.Dropdown( choices = [8.0000, 14.0000, 31.0000, 300.0000, 500.000], type = 'value', label = 'Valor da passagem em GB£' )
33
+ ],
34
+ outputs = 'label'
 
35
  )
36
  demo.launch()