Spaces:
Paused
Paused
Commit
·
e01790e
1
Parent(s):
bb7f855
fix id
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ device = "cpu"
|
|
| 28 |
|
| 29 |
# Load CSV from Google Drive
|
| 30 |
def load_csv_from_drive():
|
| 31 |
-
file_id = "
|
| 32 |
url = f"https://drive.google.com/uc?id={file_id}"
|
| 33 |
response = requests.get(url)
|
| 34 |
csv_content = StringIO(response.text)
|
|
|
|
| 28 |
|
| 29 |
# Load CSV from Google Drive
|
| 30 |
def load_csv_from_drive():
|
| 31 |
+
file_id = "1x3tPRumTK3i7zpymeiPIjVztmt_GGr5V"
|
| 32 |
url = f"https://drive.google.com/uc?id={file_id}"
|
| 33 |
response = requests.get(url)
|
| 34 |
csv_content = StringIO(response.text)
|