Spaces:
Paused
Paused
Jasper Sands
commited on
Commit
·
a92de2a
1
Parent(s):
2fcfcbd
syntax content
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ nltk.download("stopwords")
|
|
27 |
from nltk.corpus import stopwords
|
28 |
|
29 |
# Step 1: Load the CSV file
|
30 |
-
file_path = '
|
31 |
df = pd.read_csv(file_path, encoding='MacRoman')
|
32 |
|
33 |
# Step 2: Define a function to search relevant policies based on the user's query using cosine similarity
|
|
|
27 |
from nltk.corpus import stopwords
|
28 |
|
29 |
# Step 1: Load the CSV file
|
30 |
+
file_path = 'Clean Missouri Data.csv'
|
31 |
df = pd.read_csv(file_path, encoding='MacRoman')
|
32 |
|
33 |
# Step 2: Define a function to search relevant policies based on the user's query using cosine similarity
|