Update app.py
Browse files
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:
|