Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from sentence_transformers import SentenceTransformer
|
|
| 7 |
model = SentenceTransformer("all-MiniLM-L6-v2")
|
| 8 |
|
| 9 |
#supplier data
|
| 10 |
-
df = pd.
|
| 11 |
|
| 12 |
supplier_names = df["Supplier Name"].tolist()
|
| 13 |
supplier_texts = df["Capabilities"].fillna("").tolist()
|
|
|
|
| 7 |
model = SentenceTransformer("all-MiniLM-L6-v2")
|
| 8 |
|
| 9 |
#supplier data
|
| 10 |
+
df = pd.read_excel("SupplierList.xlsx")
|
| 11 |
|
| 12 |
supplier_names = df["Supplier Name"].tolist()
|
| 13 |
supplier_texts = df["Capabilities"].fillna("").tolist()
|