Daksh0505 commited on
Commit
1ffbe4f
·
verified ·
1 Parent(s): 17ae0b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,5 +185,5 @@ if feedback and (user_name.strip() or user_id.strip() or text.strip()):
185
  try:
186
  save_to_google_sheet(feedback_data)
187
  except Exception as e:
188
- st.error(f"Error saving feedback to Google Sheets: {e}")
189
 
 
185
  try:
186
  save_to_google_sheet(feedback_data)
187
  except Exception as e:
188
+ st.error(f'Error saving feedback to Google Sheets: {e}')
189