Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ from dash.exceptions import PreventUpdate
|
|
| 11 |
import PyPDF2
|
| 12 |
import docx
|
| 13 |
import chardet
|
|
|
|
| 14 |
|
| 15 |
# Initialize the Dash app
|
| 16 |
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|
|
|
|
| 11 |
import PyPDF2
|
| 12 |
import docx
|
| 13 |
import chardet
|
| 14 |
+
import json
|
| 15 |
|
| 16 |
# Initialize the Dash app
|
| 17 |
app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|