From fd36e0caf5a79573ce3386fd9d2b18bc1dc28b1a Mon Sep 17 00:00:00 2001 From: Ryan Melvin <rmelvin@uabmc.edu> Date: Mon, 8 May 2023 15:19:12 -0500 Subject: [PATCH] error message --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index acc6f27..ca2d159 100644 --- a/app.py +++ b/app.py @@ -179,4 +179,5 @@ with st.form(key="query_form"): st.success("Your idea has 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.") + 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(e) -- GitLab