Samizie commited on
Commit
032f072
·
verified ·
1 Parent(s): 0f1162b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 main import process_urls, store_embeddings, embed_text, query_llm
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")