Spaces:
Runtime error
Runtime error
Update pages/BulkDigest.py
Browse files- pages/BulkDigest.py +3 -3
pages/BulkDigest.py
CHANGED
|
@@ -4,9 +4,9 @@ import os, hashlib, re, sys
|
|
| 4 |
# ─── Ensure utils/ is importable ──────────────────────────────
|
| 5 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
| 6 |
|
| 7 |
-
from utils.file_utils import normalize_log_line
|
| 8 |
-
from utils.summarizer import summarize_text
|
| 9 |
-
from utils.docgen import generate_doc
|
| 10 |
|
| 11 |
st.title("📂 AI Bulk Digest")
|
| 12 |
st.write("Upload multiple files for batch digestion, summarization, and documentation.")
|
|
|
|
| 4 |
# ─── Ensure utils/ is importable ──────────────────────────────
|
| 5 |
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
| 6 |
|
| 7 |
+
from omniscientframework.utils.file_utils import normalize_log_line
|
| 8 |
+
from omniscientframework.utils.summarizer import summarize_text
|
| 9 |
+
from omniscientframework.utils.docgen import generate_doc
|
| 10 |
|
| 11 |
st.title("📂 AI Bulk Digest")
|
| 12 |
st.write("Upload multiple files for batch digestion, summarization, and documentation.")
|