FranciscoLozDataScience commited on
Commit
7fb6d64
·
1 Parent(s): 7d2d68a
Files changed (1) hide show
  1. app.py +1 -1
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
  )