config.py 116 B

1234
  1. class Config:
  2. SECRET_KEY = 'your_secret_key'
  3. DEBUG = True
  4. MODEL_PATH = 'model_optimize/pkl/RF_filt.pkl'