refs #701: load console profile overrides from dotenv
This commit is contained in:
@@ -6921,7 +6921,7 @@ def _process_submitted_question(
|
||||
|
||||
def main() -> None:
|
||||
try:
|
||||
profile = load_app_profile(APP_PROFILE_FILE)
|
||||
profile = load_app_profile(APP_PROFILE_FILE, ENV_FILE)
|
||||
except AppProfileError as exc:
|
||||
st.set_page_config(page_title="AI 업무 에이전트", layout="wide")
|
||||
st.error(str(exc))
|
||||
|
||||
Reference in New Issue
Block a user