ApsidalSolid4 commited on
Commit
891b115
·
verified ·
1 Parent(s): 3282eb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ BATCH_SIZE = 8 # Reduced batch size for CPU
32
  MAX_WORKERS = 4 # Number of worker threads for processing
33
 
34
  # Secret password for logs access - CHANGE THIS! Make it complex and memorable only to you
35
- SECRET_PASSWORD = "YourSuperSecretPassword256BitLongOnlyYouShouldKnowThis!$123"
36
 
37
  # Excel file path for logs
38
  EXCEL_LOG_PATH = "/tmp/prediction_logs.xlsx"
 
32
  MAX_WORKERS = 4 # Number of worker threads for processing
33
 
34
  # Secret password for logs access - CHANGE THIS! Make it complex and memorable only to you
35
+ SECRET_PASSWORD = "6GBPR9KmnQwkD1REesysRvWX1ZpEbqmEs3hli8YKvXfcqRX8eB9BsEkS6L8Hvp0"
36
 
37
  # Excel file path for logs
38
  EXCEL_LOG_PATH = "/tmp/prediction_logs.xlsx"