Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Nov 10, 2023
1 parent 85fe394 commit e116936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions A2rchi/interfaces/chat_app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def format_code_in_text(text):

def insert_feedback(self, feedback):
"""
Insert feedback from user for specific message into feedback table.
"""
# construct insert_tup (mid, feedback_ts, feedback, feedback_msg, incorrect, unhelpful, inappropriate)
insert_tup = (
Expand Down

0 comments on commit e116936

Please sign in to comment.