Skip to content

Commit b777855

Browse files
committed
fix: Application export misalignment
1 parent 8231ae6 commit b777855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/application/serializers/application_chat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def stream_response():
192192
worksheet.title = 'Sheet1'
193193

194194
headers = [gettext('Conversation ID'), gettext('summary'), gettext('User Questions'),
195+
gettext('Problem after optimization'),
195196
gettext('answer'), gettext('User feedback'),
196197
gettext('Reference segment number'),
197198
gettext('Section title + content'),

0 commit comments

Comments
 (0)