Spaces:
Running
Running
Commit
·
3bb3535
1
Parent(s):
7af950f
update
Browse files
app.py
CHANGED
|
@@ -1435,8 +1435,6 @@ def content_tab_settings():
|
|
| 1435 |
st.session_state['input_list_small'].append(file_path_small)
|
| 1436 |
print(uploaded_file.name)
|
| 1437 |
|
| 1438 |
-
st.rerun()
|
| 1439 |
-
|
| 1440 |
with col_local_2:
|
| 1441 |
if st.session_state['input_list_small']:
|
| 1442 |
st.subheader('Image Gallery')
|
|
|
|
| 1435 |
st.session_state['input_list_small'].append(file_path_small)
|
| 1436 |
print(uploaded_file.name)
|
| 1437 |
|
|
|
|
|
|
|
| 1438 |
with col_local_2:
|
| 1439 |
if st.session_state['input_list_small']:
|
| 1440 |
st.subheader('Image Gallery')
|