Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import appStore.doc_processing as processing
|
| 2 |
-
import appStore.
|
| 3 |
from utils.uploadAndExample import add_upload
|
| 4 |
import streamlit as st
|
| 5 |
|
|
|
|
| 1 |
import appStore.doc_processing as processing
|
| 2 |
+
import appStore.target as target_extraction
|
| 3 |
from utils.uploadAndExample import add_upload
|
| 4 |
import streamlit as st
|
| 5 |
|