sahanes commited on
Commit
5fe3eac
·
verified ·
1 Parent(s): 554a5be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=2,
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()