Spaces:
Sleeping
Sleeping
Update app.py (#5)
Browse files- Update app.py (4a181afdf47e5e0f6828cd297b6f3c59f9bb1ecc)
Co-authored-by: Anushka Bhat <[email protected]>
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()
|