Muhammad Haris commited on
Commit
261d5bd
·
verified ·
1 Parent(s): 02b5436

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ import os
13
  # url = f'https://drive.google.com/uc?id={file_id}'
14
  # excel_file_path = os.path.join(os.path.expanduser("~"), 'medical_data.csv')
15
  # Download the file from Hugging Face Spaces
16
- url = 'https://huggingface.co/spaces/HEHEBOIBOT/DiBotIE/raw/main/medical_data.csv'
 
17
  excel_file_path = os.path.join(os.path.expanduser("~"), 'medical_data.csv')
18
 
19
  gdown.download(url, excel_file_path, quiet=False)
 
13
  # url = f'https://drive.google.com/uc?id={file_id}'
14
  # excel_file_path = os.path.join(os.path.expanduser("~"), 'medical_data.csv')
15
  # Download the file from Hugging Face Spaces
16
+
17
+ url = 'https://huggingface.co/datasets/HEHEBOIBOT/PharmEvoDiabetesData/raw/main/medical_data.csv'
18
  excel_file_path = os.path.join(os.path.expanduser("~"), 'medical_data.csv')
19
 
20
  gdown.download(url, excel_file_path, quiet=False)