Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ scope = ["https://www.googleapis.com/auth/spreadsheets", "https://www.googleapis
|
|
| 17 |
service_account_info = json.loads(GOOGLE_SERVICE_ACCOUNT_JSON)
|
| 18 |
creds = ServiceAccountCredentials.from_json_keyfile_dict(service_account_info, scope)
|
| 19 |
client = gspread.authorize(creds)
|
| 20 |
-
spreadsheet_id = '
|
| 21 |
sheet = client.open_by_key(spreadsheet_id).sheet1
|
| 22 |
|
| 23 |
# Function to save user feedback to Google Sheets
|
|
|
|
| 17 |
service_account_info = json.loads(GOOGLE_SERVICE_ACCOUNT_JSON)
|
| 18 |
creds = ServiceAccountCredentials.from_json_keyfile_dict(service_account_info, scope)
|
| 19 |
client = gspread.authorize(creds)
|
| 20 |
+
spreadsheet_id = '1Jf1k7Q71ihsxBf-XQYyucamMy14q7IjhUDlU8ZzR_Nc' # Replace with your actual spreadsheet ID
|
| 21 |
sheet = client.open_by_key(spreadsheet_id).sheet1
|
| 22 |
|
| 23 |
# Function to save user feedback to Google Sheets
|