AdityaKhalkar commited on
Commit
5ae833c
·
verified ·
1 Parent(s): ad6651e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ classifier = pipeline("zero-shot-classification",
7
  model="facebook/bart-large-mnli")
8
 
9
  # Sample dataset (replace this with your actual dataset)
10
- df = pd.read_csv('/content/Dataset-finder/datasets.csv')
11
 
12
  def tag_finder(user_input):
13
  keywords = df['Keyword'].unique()
 
7
  model="facebook/bart-large-mnli")
8
 
9
  # Sample dataset (replace this with your actual dataset)
10
+ df = pd.read_csv('datasets.csv')
11
 
12
  def tag_finder(user_input):
13
  keywords = df['Keyword'].unique()