Spaces:
Sleeping
Sleeping
Truong-Phuc Nguyen
commited on
Update app.py
Browse files
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 = './
|
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)
|