Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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
|