Skip to content

Commit

Permalink
Update frontend/utils/feedback.py
Browse files Browse the repository at this point in the history
Signed-off-by: Song Luar <[email protected]>
  • Loading branch information
luarss authored Dec 21, 2024
1 parent 32bd4b1 commit 268d2e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/utils/feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ def submit_feedback_to_google_sheet(
sheet.format("A1:H1", {"textFormat": {"bold": True}})

sheet.append_row(data_to_append)
# Removed the sidebar success message
# st.sidebar.success("Feedback submitted successfully.")
else:
st.sidebar.error(f"Sheet with GID {target_gid} not found.")

Expand Down

0 comments on commit 268d2e8

Please sign in to comment.