bluenevus commited on
Commit
281a277
·
verified ·
1 Parent(s): 23e8ee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ from io import BytesIO
22
  import tempfile
23
  import uuid
24
  from concurrent.futures import ThreadPoolExecutor
 
25
 
26
  # Initialize Dash app
27
  app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
 
22
  import tempfile
23
  import uuid
24
  from concurrent.futures import ThreadPoolExecutor
25
+ from PyPDF2 import PdfMerger
26
 
27
  # Initialize Dash app
28
  app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])