Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +16,7 @@ from docx import Document
|
|
| 16 |
from docx.shared import Pt
|
| 17 |
from docx.enum.style import WD_STYLE_TYPE
|
| 18 |
from PyPDF2 import PdfReader
|
|
|
|
| 19 |
|
| 20 |
# Initialize Dash app
|
| 21 |
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|
|
|
|
| 16 |
from docx.shared import Pt
|
| 17 |
from docx.enum.style import WD_STYLE_TYPE
|
| 18 |
from PyPDF2 import PdfReader
|
| 19 |
+
from io import StringIO
|
| 20 |
|
| 21 |
# Initialize Dash app
|
| 22 |
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|