From 72e10dd2d6b1cf75badeca6d3f3a9ec20ec47a02 Mon Sep 17 00:00:00 2001 From: archis Date: Tue, 12 Nov 2024 20:49:04 -0800 Subject: [PATCH] bug --- tsadar_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsadar_app.py b/tsadar_app.py index 2b8bbef..1e3861b 100644 --- a/tsadar_app.py +++ b/tsadar_app.py @@ -82,7 +82,7 @@ def process_file(file_path): } submissionResult = client.submit_job(**job_template) st.write( - f"The job is queued. The status and results can be found at the mlflow experiment {cfg["mlflow"]["experiment"]} and run id {run_id}. Email support@ergodic.io if you have any trouble." + f"The job is queued. The status and results can be found at the mlflow experiment {cfg['mlflow']['experiment']} and run id {run_id}. Email support@ergodic.io if you have any trouble." ) # run_for_app(run_id)