aemin commited on
Commit
d561367
1 Parent(s): fe11059

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('./utils'))
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