Spaces:
Running
Running
Update app.py
Browse files
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('
|
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()
|