diff --git a/app.py b/app.py index 57ea4e286efdd56330a59cef2ac71e1229ce6de8..ba2cdd73a3714b701ebc3e8ab06e0b9f9d527ec9 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)