FranciscoLozDataScience commited on
Commit
687ccdd
·
1 Parent(s): f364b27

change dir name

Browse files
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="file/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
  )