chitkenkhoi commited on
Commit
e01790e
·
1 Parent(s): bb7f855
Files changed (1) hide show
  1. app.py +1 -1
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 = "1vU23pGS-kkpkUFNDl8BmuBUc2Am0966p"
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)