Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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])
|