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)