Commit
·
4873e3d
1
Parent(s):
7d6b4cd
updated title and description
Browse files
app.py
CHANGED
@@ -41,8 +41,8 @@ def load_interface():
|
|
41 |
# set title and description
|
42 |
gr.Markdown( #TODO: add somewhere in the app about warning that this is not professional medical advice
|
43 |
"""
|
44 |
-
#
|
45 |
-
Enter sample
|
46 |
""")
|
47 |
|
48 |
#set inputs
|
|
|
41 |
# set title and description
|
42 |
gr.Markdown( #TODO: add somewhere in the app about warning that this is not professional medical advice
|
43 |
"""
|
44 |
+
# Predicting Smoking Status from Bio Data
|
45 |
+
Enter sample bio data to predict smoking status.
|
46 |
""")
|
47 |
|
48 |
#set inputs
|