Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import asyncio
|
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
# Assume these functions exist in your scraper module
|
| 6 |
-
from
|
| 7 |
|
| 8 |
# Streamlit UI
|
| 9 |
st.title("Web Scraper & AI Query Interface")
|
|
|
|
| 3 |
import numpy as np
|
| 4 |
|
| 5 |
# Assume these functions exist in your scraper module
|
| 6 |
+
from .module import process_urls, store_embeddings, embed_text, query_llm
|
| 7 |
|
| 8 |
# Streamlit UI
|
| 9 |
st.title("Web Scraper & AI Query Interface")
|