Commit
·
25d0745
1
Parent(s):
fa897fb
Added new title for model page
Browse files
app.py
CHANGED
@@ -43,6 +43,7 @@ def load_interface():
|
|
43 |
model_page = gr.Blocks()
|
44 |
|
45 |
with info_page:
|
|
|
46 |
gr.Markdown( #TODO: add information about our project: github, description, model metrics, etc.
|
47 |
"""
|
48 |
# Ensemble Classifier for Predicting Smoker or Non-Smoker
|
@@ -53,7 +54,7 @@ def load_interface():
|
|
53 |
# set title and description
|
54 |
gr.Markdown(
|
55 |
"""
|
56 |
-
#
|
57 |
Enter sample bio data to predict smoking status.
|
58 |
Medical Disclaimer: The predictions provided by this model are for educational purposes only and should not be considered a substitute for professional medical advice.
|
59 |
""")
|
|
|
43 |
model_page = gr.Blocks()
|
44 |
|
45 |
with info_page:
|
46 |
+
# set title and description
|
47 |
gr.Markdown( #TODO: add information about our project: github, description, model metrics, etc.
|
48 |
"""
|
49 |
# Ensemble Classifier for Predicting Smoker or Non-Smoker
|
|
|
54 |
# set title and description
|
55 |
gr.Markdown(
|
56 |
"""
|
57 |
+
# Interact with the Ensemble Classifier Model
|
58 |
Enter sample bio data to predict smoking status.
|
59 |
Medical Disclaimer: The predictions provided by this model are for educational purposes only and should not be considered a substitute for professional medical advice.
|
60 |
""")
|