From 16625b345d5668e42cee18d2d2a776ce7ebb9081 Mon Sep 17 00:00:00 2001 From: Ryan Melvin <rmelvin@uabmc.edu> Date: Mon, 8 May 2023 15:36:06 -0500 Subject: [PATCH] capitalization --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index ba2cdd7..ac0544a 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) -- GitLab