Spaces:
Runtime error
Runtime error
Paul-Joshi
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from langchain_nomic.embeddings import NomicEmbeddings
|
|
6 |
|
7 |
from langchain_community.llms import HuggingFaceHub
|
8 |
|
|
|
9 |
# from langchain_core.runnables import RunnablePassthrough
|
10 |
# from langchain_core.output_parsers import StrOutputParser
|
11 |
# from langchain_core.prompts import ChatPromptTemplate
|
|
|
6 |
|
7 |
from langchain_community.llms import HuggingFaceHub
|
8 |
|
9 |
+
from bs4 import BeautifulSoup
|
10 |
# from langchain_core.runnables import RunnablePassthrough
|
11 |
# from langchain_core.output_parsers import StrOutputParser
|
12 |
# from langchain_core.prompts import ChatPromptTemplate
|