Update app.py
Browse files
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 = "
|
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:
|