Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ We will load our environment variables here.
|
|
| 69 |
|
| 70 |
docs = ArxivLoader(
|
| 71 |
query='"mental health counseling" AND (data OR analytics OR "machine learning")',
|
| 72 |
-
load_max_docs=
|
| 73 |
sort_by="submittedDate",
|
| 74 |
sort_order="descending",
|
| 75 |
).load()
|
|
|
|
| 69 |
|
| 70 |
docs = ArxivLoader(
|
| 71 |
query='"mental health counseling" AND (data OR analytics OR "machine learning")',
|
| 72 |
+
load_max_docs=10,
|
| 73 |
sort_by="submittedDate",
|
| 74 |
sort_order="descending",
|
| 75 |
).load()
|