prashant
commited on
Commit
•
4df35da
1
Parent(s):
e836bc5
error fix
Browse files- appStore/sdg_analysis.py +1 -1
appStore/sdg_analysis.py
CHANGED
@@ -14,7 +14,7 @@ import docx
|
|
14 |
from docx.shared import Inches
|
15 |
from docx.shared import Pt
|
16 |
from docx.enum.style import WD_STYLE_TYPE
|
17 |
-
from utils.sdg_classifier import sdg_classification
|
18 |
from utils.sdg_classifier import runSDGPreprocessingPipeline
|
19 |
# from utils.streamlitcheck import check_streamlit
|
20 |
import tempfile
|
|
|
14 |
from docx.shared import Inches
|
15 |
from docx.shared import Pt
|
16 |
from docx.enum.style import WD_STYLE_TYPE
|
17 |
+
from utils.sdg_classifier import sdg_classification
|
18 |
from utils.sdg_classifier import runSDGPreprocessingPipeline
|
19 |
# from utils.streamlitcheck import check_streamlit
|
20 |
import tempfile
|