Spaces:
Running
Running
import correction
Browse files
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
|
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():
|