amychangster commited on
Commit
484ea32
·
verified ·
1 Parent(s): b925ae1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def save_to_google_sheets_full42(inputs, dep_score, anx_score, str_score, overal
126
  creds = Credentials.from_service_account_info(info, scopes=scope)
127
  client = gspread.authorize(creds)
128
 
129
- sh = client.open("DASS使用者測試資料_個人")
130
 
131
  ws_title = "DASS42_完整版"
132
  try:
 
126
  creds = Credentials.from_service_account_info(info, scopes=scope)
127
  client = gspread.authorize(creds)
128
 
129
+ sh = client.open("DASS使用者測試資料")
130
 
131
  ws_title = "DASS42_完整版"
132
  try: