Update app.py
Browse files
app.py
CHANGED
@@ -21,6 +21,6 @@ interface = gr.Interface(fn=predict_corrected_calcium,
|
|
21 |
gr.inputs.Number(label="Total Protein"),
|
22 |
gr.inputs.Number(label="Albumin")],
|
23 |
outputs=gr.outputs.Textbox(label="Corrected Calcium in mg/dL"),
|
24 |
-
title="XGBoost assisted Calcium Correction (
|
25 |
|
26 |
interface.launch()
|
|
|
21 |
gr.inputs.Number(label="Total Protein"),
|
22 |
gr.inputs.Number(label="Albumin")],
|
23 |
outputs=gr.outputs.Textbox(label="Corrected Calcium in mg/dL"),
|
24 |
+
title="XGBoost assisted Calcium Correction (XaCC)")
|
25 |
|
26 |
interface.launch()
|