Spaces:
Sleeping
Sleeping
Update app.py
#5
by
Anushkabhat9
- opened
app.py
CHANGED
@@ -20,6 +20,7 @@ import docx
|
|
20 |
import numpy as np
|
21 |
import pypandoc
|
22 |
import streamlit.components.v1 as components
|
|
|
23 |
|
24 |
# Create temporary directories
|
25 |
temp_dir = tempfile.mkdtemp()
|
|
|
20 |
import numpy as np
|
21 |
import pypandoc
|
22 |
import streamlit.components.v1 as components
|
23 |
+
from docx.enum.text import WD_PARAGRAPH_ALIGNMENT
|
24 |
|
25 |
# Create temporary directories
|
26 |
temp_dir = tempfile.mkdtemp()
|