PlantBasedTen commited on
Commit
fc55946
1 Parent(s): eab8432

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -96,7 +96,8 @@ def load_bot(
96
  from financial_bot import initialize
97
 
98
  # Be sure to initialize the environment variables before importing any other modules.
99
- initialize(logging_config_path=logging_config_path, env_file_path=env_file_path)
 
100
 
101
  from financial_bot import utils
102
  from financial_bot.langchain_bot import FinancialBot
 
96
  from financial_bot import initialize
97
 
98
  # Be sure to initialize the environment variables before importing any other modules.
99
+ # initialize(logging_config_path=logging_config_path, env_file_path=env_file_path)
100
+ initialize(logging_config_path=logging_config_path)
101
 
102
  from financial_bot import utils
103
  from financial_bot.langchain_bot import FinancialBot