Surajrgl commited on
Commit
0823600
·
1 Parent(s): cec2471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def generate_embedding(query):
10
  # resposne = ""
11
  # for(char in embeddings):
12
  # resposne += char + " "
13
- mySeparator = “,
14
  resposne = mySeparator.join(embeddings)
15
  return resposne
16
 
 
10
  # resposne = ""
11
  # for(char in embeddings):
12
  # resposne += char + " "
13
+ mySeparator = " "
14
  resposne = mySeparator.join(embeddings)
15
  return resposne
16