Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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(
|
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:
|