diff --git a/app.py b/app.py index ba2cdd73a3714b701ebc3e8ab06e0b9f9d527ec9..ac0544a96c16d683ed6d503d371cadf07195ef50 100644 --- a/app.py +++ b/app.py @@ -177,7 +177,7 @@ with st.form(key="query_form"): cursor.execute(query, (user_question, result.content, submit_time, response_time)) - st.success("Your idea has also been recorded and may be reviewed by the MPOG steering committee.") + 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.") st.error(e)