Spaces:
Running
Running
phyloforfun
commited on
Commit
•
94bb15c
1
Parent(s):
4571328
update
Browse files
app.py
CHANGED
@@ -1432,6 +1432,7 @@ def content_tab_settings():
|
|
1432 |
n_images = len([f for f in os.listdir(st.session_state['dir_uploaded_images']) if os.path.isfile(os.path.join(st.session_state['dir_uploaded_images'], f))])
|
1433 |
st.session_state['processing_add_on'] = f" {n_images} Images"
|
1434 |
print(f"HERE --- {st.session_state['processing_add_on']}")
|
|
|
1435 |
|
1436 |
with col_local_2:
|
1437 |
if st.session_state['input_list_small']:
|
|
|
1432 |
n_images = len([f for f in os.listdir(st.session_state['dir_uploaded_images']) if os.path.isfile(os.path.join(st.session_state['dir_uploaded_images'], f))])
|
1433 |
st.session_state['processing_add_on'] = f" {n_images} Images"
|
1434 |
print(f"HERE --- {st.session_state['processing_add_on']}")
|
1435 |
+
uploaded_files = None
|
1436 |
|
1437 |
with col_local_2:
|
1438 |
if st.session_state['input_list_small']:
|