Spaces:
Runtime error
Runtime error
nisharg nargund
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,6 @@ from langchain_community.document_loaders.recursive_url_loader import RecursiveU
|
|
10 |
from bs4 import BeautifulSoup as Soup
|
11 |
import time
|
12 |
from langchain.embeddings import HuggingFaceEmbeddings
|
13 |
-
from streamlit_option_menu import option_menu
|
14 |
|
15 |
|
16 |
st.sidebar.title("OpenRAG")
|
|
|
10 |
from bs4 import BeautifulSoup as Soup
|
11 |
import time
|
12 |
from langchain.embeddings import HuggingFaceEmbeddings
|
|
|
13 |
|
14 |
|
15 |
st.sidebar.title("OpenRAG")
|