Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -50,9 +50,9 @@ iface = gr.Interface(
|
|
50 |
|
51 |
"text",
|
52 |
examples=[
|
53 |
-
[40,True,120,80,
|
54 |
-
[35,False,150,60,
|
55 |
-
[60,True,160,70,
|
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 |
)
|