Spaces:
Sleeping
Sleeping
akhilhsingh
commited on
Commit
•
0ae8561
1
Parent(s):
166aadb
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ selected_folder = st.selectbox('Select a folder', folders, index=folders.index('
|
|
65 |
|
66 |
# Display file counts
|
67 |
if selected_folder:
|
68 |
-
folder_counts = count_files_in_folder(
|
69 |
|
70 |
if folder_counts:
|
71 |
# Collect all dates
|
|
|
65 |
|
66 |
# Display file counts
|
67 |
if selected_folder:
|
68 |
+
folder_counts = count_files_in_folder(aws_bucket, selected_folder)
|
69 |
|
70 |
if folder_counts:
|
71 |
# Collect all dates
|