Truong-Phuc Nguyen commited on
Commit
b610e6b
·
verified ·
1 Parent(s): 4c36da8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if 'idx' not in st.session_state:
14
 
15
  st.markdown(f"<h4 style='text-align: center;'>Sample {st.session_state.idx + 1}/{len(df)}</h4>", unsafe_allow_html=True)
16
 
17
- root_folder = './main/'
18
 
19
  # Lấy danh sách các thư mục và tập tin trong thư mục gốc
20
  contents = os.listdir(root_folder)
 
14
 
15
  st.markdown(f"<h4 style='text-align: center;'>Sample {st.session_state.idx + 1}/{len(df)}</h4>", unsafe_allow_html=True)
16
 
17
+ root_folder = './'
18
 
19
  # Lấy danh sách các thư mục và tập tin trong thư mục gốc
20
  contents = os.listdir(root_folder)