Muhammad Haris
commited on
Update app.py
Browse files
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 |
-
|
|
|
|
| 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)
|