BenjiELCA commited on
Commit
d92d5eb
·
1 Parent(s): eaf1ad7

import correction

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from streamlit_js_eval import streamlit_js_eval
9
  from streamlit_drawable_canvas import st_canvas
10
  from modules.streamlit_utils import *
11
  from glob import glob
12
- from streamlit_image_annotation import detection
13
  from modules.toXML import create_XML
14
 
15
  def configure_page():
 
9
  from streamlit_drawable_canvas import st_canvas
10
  from modules.streamlit_utils import *
11
  from glob import glob
12
+ from streamlit_annotation import detection
13
  from modules.toXML import create_XML
14
 
15
  def configure_page():