Commit
·
c2a1140
1
Parent(s):
6e1aea4
added medical disclaimer
Browse files
app.py
CHANGED
@@ -43,10 +43,11 @@ def load_interface():
|
|
43 |
|
44 |
with iface_form:
|
45 |
# set title and description
|
46 |
-
gr.Markdown(
|
47 |
"""
|
48 |
# Predicting Smoking Status from Bio Data
|
49 |
Enter sample bio data to predict smoking status.
|
|
|
50 |
""")
|
51 |
|
52 |
#set inputs in rows of 3
|
|
|
43 |
|
44 |
with iface_form:
|
45 |
# set title and description
|
46 |
+
gr.Markdown(
|
47 |
"""
|
48 |
# Predicting Smoking Status from Bio Data
|
49 |
Enter sample bio data to predict smoking status.
|
50 |
+
Medical Disclaimer: The predictions provided by this model are for educational purposes only and should not be considered a substitute for professional medical advice.
|
51 |
""")
|
52 |
|
53 |
#set inputs in rows of 3
|