VyLala commited on
Commit
0ac2f54
·
verified ·
1 Parent(s): 2bd304e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ import json
63
  from oauth2client.service_account import ServiceAccountCredentials
64
  import gspread
65
 
66
- def store_feedback_to_google_sheet(accession, answer1, answer2, contact=""):
67
  if not answer1.strip() or not answer2.strip():
68
  return "⚠️ Please answer both questions before submitting."
69
 
 
63
  from oauth2client.service_account import ServiceAccountCredentials
64
  import gspread
65
 
66
+ def store_feedback_to_google_sheets(accession, answer1, answer2, contact=""):
67
  if not answer1.strip() or not answer2.strip():
68
  return "⚠️ Please answer both questions before submitting."
69