Spaces:
Running on CPU Upgrade

lunarflu HF Staff commited on
Commit
ee63739
·
verified ·
1 Parent(s): 9fd5ac5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ async def on_ready():
57
 
58
  URL_test = "https://docs.google.com/spreadsheets/d/1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w/edit#gid=0"
59
  csv_url_test = URL_test.replace('/edit#gid=', '/export?format=csv&gid=')
60
- data = pd.read_csv(csv_url)
61
 
62
 
63
  with open(csv_file, 'w', newline='') as file:
 
57
 
58
  URL_test = "https://docs.google.com/spreadsheets/d/1hQSsIg1Y9WdBF_CdNM1L1rUUREoxKqRTe3_ILo-WK8w/edit#gid=0"
59
  csv_url_test = URL_test.replace('/edit#gid=', '/export?format=csv&gid=')
60
+ data = pd.read_csv(csv_url_test)
61
 
62
 
63
  with open(csv_file, 'w', newline='') as file: