mery22 commited on
Commit
a55ea14
1 Parent(s): 492e3f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '1A2B3C4D5E6F7G8H9I0J' # 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
 
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