dini15 commited on
Commit
26e3223
·
verified ·
1 Parent(s): bde553b

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 = "path/to/your/dataset"
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 = '/content/drive/MyDrive/Oily-Dry-Skin-Types/'
39
  train_path = os.path.join(main_path, 'train')
40
 
41
  # Validasi path dataset