Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import numpy as np
|
|
9 |
# Load the pre-trained SentenceTransformer model
|
10 |
#pipeline = pipeline(task="Sentence Similarity", model="all-MiniLM-L6-v2")
|
11 |
model = SentenceTransformer('all-MiniLM-L6-v2')
|
12 |
-
sentence_embed = pd.read_csv('Reference_file_2(1).csv')
|
13 |
|
14 |
#st.write(sentence_embed.head(5))
|
15 |
|
|
|
9 |
# Load the pre-trained SentenceTransformer model
|
10 |
#pipeline = pipeline(task="Sentence Similarity", model="all-MiniLM-L6-v2")
|
11 |
model = SentenceTransformer('all-MiniLM-L6-v2')
|
12 |
+
sentence_embed = pd.read_csv('Reference_file_2 (1).csv')
|
13 |
|
14 |
#st.write(sentence_embed.head(5))
|
15 |
|