Skip to content

Commit 745f494

Browse files
committed
fix report
fix an issue in changing dataset generated
1 parent 9f0c3be commit 745f494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/modules/report_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def record_update():
120120
"question": state.question_input,
121121
"reference_answer": state.reference_answer_input,
122122
"reference_context": state.reference_context_input,
123-
"conversation_history": "",
123+
"conversation_history": [],
124124
}
125125
for key, value in new_data.items():
126126
state.df.at[index, key] = value

0 commit comments

Comments
 (0)