herrius commited on
Commit
fbd5a5f
verified
1 Parent(s): 1f86fdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(
28
  gr.components.Slider(minimum=0, maximum=100, step=1, value=28, label="Edad"),
29
  gr.components.Slider(minimum=0, maximum=512, step=1, value=33, label="Tarifa"),
30
  gr.components.Dropdown(choices=[1, 2, 3], label="Clase del Pasajero"),
31
- gr.components.Slider(minimum=0, maximum=8, step=1, default=0, label="Hermanos/C贸nyuges a bordo")
32
  ],
33
  outputs=gr.components.Textbox(label="Predicci贸n de Supervivencia")
34
  )
 
28
  gr.components.Slider(minimum=0, maximum=100, step=1, value=28, label="Edad"),
29
  gr.components.Slider(minimum=0, maximum=512, step=1, value=33, label="Tarifa"),
30
  gr.components.Dropdown(choices=[1, 2, 3], label="Clase del Pasajero"),
31
+ gr.components.Slider(minimum=0, maximum=8, step=1, value=0, label="Hermanos/C贸nyuges a bordo")
32
  ],
33
  outputs=gr.components.Textbox(label="Predicci贸n de Supervivencia")
34
  )