PlantBasedTen commited on
Commit
efa6056
1 Parent(s): 0a25259

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def load_bot(
118
 
119
 
120
  bot = load_bot(
121
- env_file_path: str = ".env"
122
  # env_file_path=args.env_file_path,
123
  logging_config_path=args.logging_config_path,
124
  model_cache_dir=args.model_cache_dir,
 
118
 
119
 
120
  bot = load_bot(
121
+ env_file_path: str = ".env",
122
  # env_file_path=args.env_file_path,
123
  logging_config_path=args.logging_config_path,
124
  model_cache_dir=args.model_cache_dir,