taskswithcode commited on
Commit
89e6533
1 Parent(s): 6b9bf52

Incremented limit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import requests
13
  import socket
14
 
15
 
16
- MAX_INPUT = 100
17
 
18
  SEM_SIMILARITY="1"
19
  DOC_RETRIEVAL="2"
 
13
  import socket
14
 
15
 
16
+ MAX_INPUT = 5000
17
 
18
  SEM_SIMILARITY="1"
19
  DOC_RETRIEVAL="2"