bluenevus commited on
Commit
3106e99
·
1 Parent(s): 62cf3f2

Update app.py via AI Editor

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -449,7 +449,7 @@ def update_right_col(selected_type, shred_doc, pink_doc, pink_review_doc, red_do
449
 
450
  @app.callback(
451
  Output('file-list', 'children'),
452
- Output('store-shred', 'data'),
453
  Input('upload-document', 'contents'),
454
  State('upload-document', 'filename'),
455
  State('file-list', 'children'),
 
449
 
450
  @app.callback(
451
  Output('file-list', 'children'),
452
+ Output('store-shred', 'data', allow_duplicate=True),
453
  Input('upload-document', 'contents'),
454
  State('upload-document', 'filename'),
455
  State('file-list', 'children'),