Muhammad Haris commited on
Commit
38c0a3a
·
verified ·
1 Parent(s): 62cd00e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -9,9 +9,11 @@ import gdown
9
  import os
10
 
11
 
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
 
16
  # Read the CSV file
17
  try:
 
9
  import os
10
 
11
 
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
19
  try: