Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ interface = gr.Interface(fn=predict_corrected_calcium,
|
|
20 |
inputs=[gr.inputs.Number(label="Total Calcium"),
|
21 |
gr.inputs.Number(label="Total Protein"),
|
22 |
gr.inputs.Number(label="Albumin")],
|
23 |
-
outputs=gr.outputs.Textbox(label="
|
24 |
-
title="
|
25 |
|
26 |
interface.launch()
|
|
|
20 |
inputs=[gr.inputs.Number(label="Total Calcium"),
|
21 |
gr.inputs.Number(label="Total Protein"),
|
22 |
gr.inputs.Number(label="Albumin")],
|
23 |
+
outputs=gr.outputs.Textbox(label="Status of Actual Hypocalcemia "),
|
24 |
+
title="Artificial Neural Network Assisted True Hypocalcemia Prediction")
|
25 |
|
26 |
interface.launch()
|