rstallman commited on
Commit
b66270b
1 Parent(s): 46f878e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ openai.api_key = "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"
12
  records = []
13
  credentials = Credentials.from_service_account_file("credentials.json", scopes=["https://www.googleapis.com/auth/spreadsheets"])
14
  client = gspread.authorize(credentials)
15
- sheet = client.open_by_url("https://docs.google.com/spreadsheets/d/1FHxtlLoxuvMdE5l_NUrof7ECYkO3_EHDbbcz5Si8gqE/edit?usp=sharing").sheet1
16
 
17
  def get_user_ip():
18
  try:
 
12
  records = []
13
  credentials = Credentials.from_service_account_file("credentials.json", scopes=["https://www.googleapis.com/auth/spreadsheets"])
14
  client = gspread.authorize(credentials)
15
+ sheet = client.open_by_url("https://docs.google.com/spreadsheets/d/1KsEoO3xVq4rkPk2T6XqPmOZ0mozlJ-cuS-Lg7SxTGjg/edit?usp=sharing").sheet1
16
 
17
  def get_user_ip():
18
  try: