dini15 commited on
Commit
cc02d66
·
verified ·
1 Parent(s): 2ce1ecb

Update eda.py

Browse files
Files changed (1) hide show
  1. eda.py +1 -1
eda.py CHANGED
@@ -33,7 +33,7 @@ def run():
33
  st.write("---")
34
 
35
  st.image('https://i.ytimg.com/vi/vic-EMOivpA/maxresdefault.jpg', caption='What is your skin type?', use_container_width=True)
36
- st.write('This model was trained based on 3 classes: Normal Type, Dry Type, Oily Type. Model will predict skin types based on features on image uploaded. Each classes has maximum probability of 33.37%')
37
 
38
 
39
  # Set dataset path
 
33
  st.write("---")
34
 
35
  st.image('https://i.ytimg.com/vi/vic-EMOivpA/maxresdefault.jpg', caption='What is your skin type?', use_container_width=True)
36
+ st.write('This model is trained based on 3 classes: Normal Type, Dry Type, Oily Type. The model will predict skin type based on features in the uploaded image. The results will be assigned to the class that has the highest probability. Each class has a maximum probability of 33.37%')
37
 
38
 
39
  # Set dataset path