openfree commited on
Commit
3cf27d9
·
verified ·
1 Parent(s): ba612a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ if not SERPHOUSE_API_KEY:
30
  ##############################################################################
31
  # File Processing Constants
32
  ##############################################################################
33
- MAX_FILE_SIZE = 10 * 1024 * 1024 # 10MB
34
- MAX_CONTENT_CHARS = 2000
35
 
36
  ##############################################################################
37
  # Improved Keyword Extraction
 
30
  ##############################################################################
31
  # File Processing Constants
32
  ##############################################################################
33
+ MAX_FILE_SIZE = 30 * 1024 * 1024 # 30MB
34
+ MAX_CONTENT_CHARS = 6000
35
 
36
  ##############################################################################
37
  # Improved Keyword Extraction