Evanderlaan commited on
Commit
afb4f81
·
verified ·
1 Parent(s): 5992781

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ import pandas as pd
39
  fs = HfFileSystem()
40
 
41
  # Define the path to your file in the Hugging Face Space
42
- remote_csv_path = "NENS/test/esther.csv" # Path to the file in your repo
43
 
44
  # Step 1: Read the CSV file from your Hugging Face Space
45
  with fs.open(remote_csv_path, 'rb') as f:
 
39
  fs = HfFileSystem()
40
 
41
  # Define the path to your file in the Hugging Face Space
42
+ remote_csv_path = "esther.csv" # Path to the file in your repo
43
 
44
  # Step 1: Read the CSV file from your Hugging Face Space
45
  with fs.open(remote_csv_path, 'rb') as f: