KikoDM commited on
Commit
6bfd5ec
·
1 Parent(s): 43885d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -50,9 +50,9 @@ iface = gr.Interface(
50
 
51
  "text",
52
  examples=[
53
- [40,True,120,80,2,1,0,0,1,168,62,21],
54
- [35,False,150,60,1,0,0,0,1,143,52,31],
55
- [60,True,160,70,1,1,1,1,0,185,90,23],
56
  ],
57
  interpretation="default",
58
  )
 
50
 
51
  "text",
52
  examples=[
53
+ [40,True,120,80,"High","Normal",0,0,1,168,62,21],
54
+ [35,False,150,60,"Very High","Normal",0,0,1,143,52,31],
55
+ [60,True,160,70,"High","High",1,1,0,185,90,23],
56
  ],
57
  interpretation="default",
58
  )