Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import numpy as np
|
|
14 |
import json
|
15 |
import os
|
16 |
import sys
|
17 |
-
sys.path.append(os.path.abspath('./
|
18 |
import streamlit_apps_config as config
|
19 |
from streamlit_ner_output import show_html2, jsl_display_annotations, get_color
|
20 |
|
|
|
14 |
import json
|
15 |
import os
|
16 |
import sys
|
17 |
+
sys.path.append(os.path.abspath('./'))
|
18 |
import streamlit_apps_config as config
|
19 |
from streamlit_ner_output import show_html2, jsl_display_annotations, get_color
|
20 |
|