Spaces:
Sleeping
Sleeping
Update app.py (#19)
Browse files- Update app.py (cdcd6e7cc813c98f637079c038ce0a4ad6c3860e)
app.py
CHANGED
|
@@ -7,11 +7,8 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
| 7 |
# =========================
|
| 8 |
# ⚙️ CONFIGURATION
|
| 9 |
# =========================
|
|
|
|
| 10 |
|
| 11 |
-
MONGO_URI = (
|
| 12 |
-
"mongodb+srv://muthurajlingam788:[email protected]/"
|
| 13 |
-
"?retryWrites=true&w=majority&tls=true"
|
| 14 |
-
)
|
| 15 |
|
| 16 |
DB_NAME = "shopping_mall"
|
| 17 |
COLLECTION_NAME = "customers"
|
|
|
|
| 7 |
# =========================
|
| 8 |
# ⚙️ CONFIGURATION
|
| 9 |
# =========================
|
| 10 |
+
MONGO_URI = "mongodb+srv://muthurajlingam788:[email protected]/?retryWrites=true&w=majority&tls=true"
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
DB_NAME = "shopping_mall"
|
| 14 |
COLLECTION_NAME = "customers"
|