Edgar Garcia commited on
Commit
89406ee
·
1 Parent(s): b36e1d2

changin cred and spreadsheet

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,9 +13,9 @@ from dataframe_processing import dataframe_process
13
  from vision_api_call import process_image
14
 
15
  #connect to the service account
16
- gc = gspread.service_account(filename="spend_tracker_creds.json")
17
  #connect to your sheet (between "" = the name of your G Sheet, keep it short)
18
- spreadsheet = gc.open("spend_tracker").sheet1
19
 
20
  def update_spend_from_image(img):
21
  ##This processes the image
 
13
  from vision_api_call import process_image
14
 
15
  #connect to the service account
16
+ gc = gspread.service_account(filename="credentials.json")
17
  #connect to your sheet (between "" = the name of your G Sheet, keep it short)
18
+ spreadsheet = gc.open("Snackers_spreadsheet").sheet1
19
 
20
  def update_spend_from_image(img):
21
  ##This processes the image