From 243fa95bd3d98c23b8fad18dd9d7fae4b8e0af2d Mon Sep 17 00:00:00 2001 From: Ryan Melvin <rmelvin@uabmc.edu> Date: Mon, 8 May 2023 15:35:44 -0500 Subject: [PATCH] better error messaging --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 57ea4e2..ba2cdd7 100644 --- a/app.py +++ b/app.py @@ -179,5 +179,5 @@ with st.form(key="query_form"): st.success("Your idea has also been recorded and may be reviewed by the MPOG steering committee.") except Exception as e: - st.error("Something went wrong, and your idea was not recorded for review by the MPOG Steering Committee. Give the following message when asking for help from IT or Data Science:") + st.error("Something went wrong, and your idea was not recorded for review by the MPOG Steering Committee. Give the following message when asking for help.") st.error(e) -- GitLab