high77 commited on
Commit
73fa8ac
·
verified ·
1 Parent(s): 274e3f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
35
  outputs=gr.Text(label="Prediction"),
36
  title="Insulin Dependency Predictor",
37
  description=(
38
- "Developed by **School of Allied and Healthcare Sciences, Malla Reddy University**\n\n"
39
  "⚠️ *This is an experimental tool and should not be used for medical diagnosis. "
40
  "Always consult a licensed healthcare provider for medical advice.*"
41
  )
 
35
  outputs=gr.Text(label="Prediction"),
36
  title="Insulin Dependency Predictor",
37
  description=(
38
+ "Developed by **School of Allied and Healthcare Sciences, Malla Reddy University, Hyderabad, India**\n\n"
39
  "⚠️ *This is an experimental tool and should not be used for medical diagnosis. "
40
  "Always consult a licensed healthcare provider for medical advice.*"
41
  )