bluenevus commited on
Commit
9a27157
·
verified ·
1 Parent(s): f9b7e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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])