jcho02 commited on
Commit
ac2ffa8
1 Parent(s): f6cfac8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def feedback_response(input_message, feedback, comments):
59
  sh = gc.open_by_key(sheet_id)
60
  worksheet = sh.worksheet(worksheet_name)
61
 
62
- thankyou = "Thank you for your feedback. Your response and feedback has been recorded!" = "Thank you for your feedback. Your response and feedback has been recorded!"
63
  # Append the data to the worksheet only if comments have a value
64
  if comments:
65
  # Create a DataFrame from the response and additional comments
 
59
  sh = gc.open_by_key(sheet_id)
60
  worksheet = sh.worksheet(worksheet_name)
61
 
62
+ thankyou = "Thank you for your feedback. Your response and feedback has been recorded!"
63
  # Append the data to the worksheet only if comments have a value
64
  if comments:
65
  # Create a DataFrame from the response and additional comments