Commit
·
7fb6d64
1
Parent(s):
7d2d68a
add /
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ def load_interface():
|
|
211 |
predict,
|
212 |
inputs=inputs,
|
213 |
outputs=smoker_label,
|
214 |
-
examples="examples",
|
215 |
title="Interact with the Ensemble Classifier Model",
|
216 |
description="**Medical Disclaimer**: The predictions provided by this model are for educational purposes only and should not be considered a substitute for professional medical advice."
|
217 |
)
|
|
|
211 |
predict,
|
212 |
inputs=inputs,
|
213 |
outputs=smoker_label,
|
214 |
+
examples="/examples",
|
215 |
title="Interact with the Ensemble Classifier Model",
|
216 |
description="**Medical Disclaimer**: The predictions provided by this model are for educational purposes only and should not be considered a substitute for professional medical advice."
|
217 |
)
|