Commit ·
ba616de
1
Parent(s): 73d1bc8
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,7 +122,7 @@ iface = gr.Interface(
|
|
| 122 |
age, height, weight, diabetes, simvastatin, amiodarone,
|
| 123 |
inr, gender, race, vkorc1_genotype, model_name
|
| 124 |
],
|
| 125 |
-
outputs=output ,title="
|
| 126 |
description="Select a model and enter user features to predict the therapeutic dose.",
|
| 127 |
).launch(debug=True)
|
| 128 |
|
|
|
|
| 122 |
age, height, weight, diabetes, simvastatin, amiodarone,
|
| 123 |
inr, gender, race, vkorc1_genotype, model_name
|
| 124 |
],
|
| 125 |
+
outputs=output ,title="Warafarin_dose_Predicition",
|
| 126 |
description="Select a model and enter user features to predict the therapeutic dose.",
|
| 127 |
).launch(debug=True)
|
| 128 |
|