Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -318,14 +318,14 @@ with gr.Blocks(theme=theme, title="GTT Classifier") as demo:
|
|
| 318 |
cvd = gr.Checkbox(label="History of Cardiovascular disease", value=False)
|
| 319 |
|
| 320 |
with gr.Accordion("More numeric features (optional)", open=False):
|
| 321 |
-
fbs1 = gr.Number(label="
|
| 322 |
-
hb = gr.Number(label="HB")
|
| 323 |
-
hct = gr.Number(label="HCT")
|
| 324 |
-
cr = gr.Number(label="CR")
|
| 325 |
-
plt_v = gr.Number(label="PLT")
|
| 326 |
-
vitd3 = gr.Number(label="Vit D3")
|
| 327 |
-
sono_nt = gr.Number(label="Sonographic NT")
|
| 328 |
-
sono_crl = gr.Number(label="Sonographic
|
| 329 |
|
| 330 |
with gr.Row():
|
| 331 |
threshold = gr.Slider(0.05, 0.95, value=0.50, step=0.01, label="Decision threshold for class '1'")
|
|
|
|
| 318 |
cvd = gr.Checkbox(label="History of Cardiovascular disease", value=False)
|
| 319 |
|
| 320 |
with gr.Accordion("More numeric features (optional)", open=False):
|
| 321 |
+
fbs1 = gr.Number(label="First trimester FBS")
|
| 322 |
+
hb = gr.Number(label="First trimester HB")
|
| 323 |
+
hct = gr.Number(label="First trimester HCT")
|
| 324 |
+
cr = gr.Number(label="First trimester CR")
|
| 325 |
+
plt_v = gr.Number(label="First trimester PLT")
|
| 326 |
+
vitd3 = gr.Number(label="First trimester Vit D3")
|
| 327 |
+
sono_nt = gr.Number(label="First trimester Sonographic NT (nt)")
|
| 328 |
+
sono_crl = gr.Number(label="First trimester Sonographic NT (crl)")
|
| 329 |
|
| 330 |
with gr.Row():
|
| 331 |
threshold = gr.Slider(0.05, 0.95, value=0.50, step=0.01, label="Decision threshold for class '1'")
|