From 48d1e94d32215aef6f986ab2493a1be1d4904165 Mon Sep 17 00:00:00 2001 From: Ryan Melvin <rmelvin@uabmc.edu> Date: Mon, 8 May 2023 15:22:31 -0500 Subject: [PATCH] there are 4 values! --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index ca2d159..58ad440 100644 --- a/app.py +++ b/app.py @@ -171,7 +171,7 @@ with st.form(key="query_form"): cursor = conn.cursor() query = """ INSERT INTO [DS_apps].[dbo].[mpog_helper] (user_input, llm_response, request_sent, response_received) - VALUES (?, ?, ?) + VALUES (?, ?, ?, ?) """ current_time = datetime.datetime.now() -- GitLab