Sync App files
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ inputs = [gr.Slider(0, 105, step=1, label="Age"),
|
|
36 |
gr.Radio(['Up', 'Flat', 'Down'], label='ST_Slope')]
|
37 |
outputs = [gr.Label(num_top_classes=2)]
|
38 |
|
39 |
-
examples = [[20, 'F', '
|
40 |
|
41 |
title = 'Heart Disease classification'
|
42 |
description = 'Enter the details to identify the possibility to have heart disease.'
|
|
|
36 |
gr.Radio(['Up', 'Flat', 'Down'], label='ST_Slope')]
|
37 |
outputs = [gr.Label(num_top_classes=2)]
|
38 |
|
39 |
+
examples = [[20, 'F', 'TA', 80, 200, '1', 'Normal', 90, 'Y', 60, 'Flat']]
|
40 |
|
41 |
title = 'Heart Disease classification'
|
42 |
description = 'Enter the details to identify the possibility to have heart disease.'
|