Spaces:
Sleeping
Sleeping
Commit
·
b0ea27d
1
Parent(s):
f7e2b79
update
Browse files
app.py
CHANGED
@@ -396,7 +396,6 @@ def main():
|
|
396 |
# Remove processed image from the list
|
397 |
st.session_state['input_list'].remove(selected_img)
|
398 |
st.rerun()
|
399 |
-
create_download_button(dir_output, run_name)
|
400 |
else:
|
401 |
with R_save:
|
402 |
if st.button('Save as Failure'):
|
@@ -414,7 +413,6 @@ def main():
|
|
414 |
# Remove processed image from the list
|
415 |
st.session_state['input_list'].remove(selected_img)
|
416 |
st.rerun()
|
417 |
-
create_download_button(dir_output, run_name)
|
418 |
|
419 |
|
420 |
st.set_page_config(layout="wide", page_title='GreenSight')
|
|
|
396 |
# Remove processed image from the list
|
397 |
st.session_state['input_list'].remove(selected_img)
|
398 |
st.rerun()
|
|
|
399 |
else:
|
400 |
with R_save:
|
401 |
if st.button('Save as Failure'):
|
|
|
413 |
# Remove processed image from the list
|
414 |
st.session_state['input_list'].remove(selected_img)
|
415 |
st.rerun()
|
|
|
416 |
|
417 |
|
418 |
st.set_page_config(layout="wide", page_title='GreenSight')
|