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

current time not needed

parent d985e992
No related branches found
No related tags found
1 merge request!2Docker db secrets
......@@ -173,8 +173,7 @@ with st.form(key="query_form"):
INSERT INTO [DS_apps].[dbo].[mpog_helper] (user_input, llm_response, request_sent, response_received)
VALUES (?, ?, ?, ?)
"""
current_time = datetime.datetime.now()
cursor.execute(query, (query, result.content, submit_time, response_time))
st.success("Your idea has been recorded and may be reviewed by the MPOG Steering Committee.")
......
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