Muhammad Haris
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import os
|
|
12 |
# file_id = '1P3Nz6f3KG0m0kO_2pEfnVIhgP8Bvkl4v'
|
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 |
-
url=https://huggingface.co/spaces/HEHEBOIBOT/DiBotIE/raw/main/medical_data.csv
|
16 |
excel_file_path=pd.read_csv(url)
|
17 |
|
18 |
# Read the CSV file
|
|
|
12 |
# file_id = '1P3Nz6f3KG0m0kO_2pEfnVIhgP8Bvkl4v'
|
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 |
+
url='https://huggingface.co/spaces/HEHEBOIBOT/DiBotIE/raw/main/medical_data.csv'
|
16 |
excel_file_path=pd.read_csv(url)
|
17 |
|
18 |
# Read the CSV file
|