refs #701: load console profile overrides from dotenv

This commit is contained in:
devmrko
2026-07-22 13:01:40 +09:00
parent a2112e07dc
commit 323f746d8a
3 changed files with 35 additions and 5 deletions

View File

@@ -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))