Muthuraja18 commited on
Commit
cdcd6e7
·
verified ·
1 Parent(s): c7f5c41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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"