Praneeth383 commited on
Commit
ba616de
·
1 Parent(s): 73d1bc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Machine Learning Model",
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