Spaces:
Sleeping
Sleeping
RashmiJanve0801
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from langchain.callbacks import StreamlitCallbackHandler
|
|
| 7 |
import os
|
| 8 |
from dotenv import load_dotenv
|
| 9 |
|
| 10 |
-
|
| 11 |
# Used the inbuilt tools of Arxiv and Wikipedia
|
| 12 |
api_wrapper_arxiv = ArxivAPIWrapper(top_k_results=1, doc_content_chars_max=250)
|
| 13 |
arxiv = ArxivQueryRun(api_wrapper=api_wrapper_arxiv)
|
|
|
|
| 7 |
import os
|
| 8 |
from dotenv import load_dotenv
|
| 9 |
|
| 10 |
+
#####
|
| 11 |
# Used the inbuilt tools of Arxiv and Wikipedia
|
| 12 |
api_wrapper_arxiv = ArxivAPIWrapper(top_k_results=1, doc_content_chars_max=250)
|
| 13 |
arxiv = ArxivQueryRun(api_wrapper=api_wrapper_arxiv)
|