Skip to content
Snippets Groups Projects
Commit 16625b34 authored by Ryan Melvin's avatar Ryan Melvin
Browse files

capitalization

parent 243fa95b
No related branches found
No related tags found
1 merge request!2Docker db secrets
...@@ -177,7 +177,7 @@ with st.form(key="query_form"): ...@@ -177,7 +177,7 @@ with st.form(key="query_form"):
cursor.execute(query, (user_question, result.content, submit_time, response_time)) 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: 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("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) st.error(e)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment