dini15 commited on
Commit
1684a48
·
verified ·
1 Parent(s): eec8e5d

Update eda.py

Browse files
Files changed (1) hide show
  1. eda.py +1 -1
eda.py CHANGED
@@ -35,7 +35,7 @@ def run():
35
  st.image('https://i.ytimg.com/vi/vic-EMOivpA/maxresdefault.jpg', caption='What is your skin type?', use_container_width=True)
36
 
37
  # Set dataset path
38
- main_path = 'app/Oily-Dry-Skin-Types/'
39
  train_path = os.path.join(main_path, 'train')
40
 
41
  # Validasi path dataset
 
35
  st.image('https://i.ytimg.com/vi/vic-EMOivpA/maxresdefault.jpg', caption='What is your skin type?', use_container_width=True)
36
 
37
  # Set dataset path
38
+ main_path = './Oily-Dry-Skin-Types/'
39
  train_path = os.path.join(main_path, 'train')
40
 
41
  # Validasi path dataset