soojeongcrystal commited on
Commit
afd04e2
·
verified ·
1 Parent(s): 8dfc2e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.set_page_config(page_title="고민 해결사", page_icon=":sunglasses:")
10
  # Google Sheets 인증 설정
11
  scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/spreadsheets",
12
  "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive"]
13
- creds = ServiceAccountCredentials.from_json_keyfile_name("/Users/crystal/generation/analog-marking-416002-e369840763fa.json", scope)
14
  client = gspread.authorize(creds)
15
 
16
  # Google Sheets 문서 열기
 
10
  # Google Sheets 인증 설정
11
  scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/spreadsheets",
12
  "https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive"]
13
+ creds = ServiceAccountCredentials.from_json_keyfile_name("analog-marking-416002-e369840763fa.json", scope)
14
  client = gspread.authorize(creds)
15
 
16
  # Google Sheets 문서 열기