Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import gradio as gr
|
|
| 10 |
|
| 11 |
# ========== STEP 1: Load and Prepare Dataset ==========
|
| 12 |
# NOTE: On Hugging Face Spaces, upload your CSV file in the repo and update path here:
|
| 13 |
-
df = pd.read_csv("
|
| 14 |
|
| 15 |
# Convert 'aspectTerms' string to list and create input/output pairs
|
| 16 |
def format_example(row):
|
|
|
|
| 10 |
|
| 11 |
# ========== STEP 1: Load and Prepare Dataset ==========
|
| 12 |
# NOTE: On Hugging Face Spaces, upload your CSV file in the repo and update path here:
|
| 13 |
+
df = pd.read_csv("gmustafa413/ABSA_Dataset") # Make sure this CSV is uploaded in your repo root
|
| 14 |
|
| 15 |
# Convert 'aspectTerms' string to list and create input/output pairs
|
| 16 |
def format_example(row):
|