gmustafa413 commited on
Commit
3675bea
·
verified ·
1 Parent(s): 3c4cc76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("/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):
 
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):