kevinhug commited on
Commit
0dcf7a4
·
1 Parent(s): 8cad6d7
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -8,6 +8,8 @@ client = chromadb.PersistentClient(path="chroma.db")
8
  db = client.get_collection(name="banks")
9
 
10
  '''
 
 
11
  https://dash.elfsight.com
12
  '''
13
  counter="""
@@ -37,7 +39,7 @@ iface = gr.Interface(fn=similar, inputs="text", outputs="text",
37
  https://www.kaggle.com/datasets/trainingdatapro/20000-customers-reviews-on-banks/?select=Banks.csv
38
 
39
  Using Sentence Embedding to inject Public ML Banks Text Dataset @ https://github.com/kevinwkc/analytics/blob/master/ai/vectorDB.py""",
40
- css=counter,
41
  article="""
42
 
43
  Description:
 
8
  db = client.get_collection(name="banks")
9
 
10
  '''
11
+ https://huggingface.co/spaces/kevinhug/clientX
12
+
13
  https://dash.elfsight.com
14
  '''
15
  counter="""
 
39
  https://www.kaggle.com/datasets/trainingdatapro/20000-customers-reviews-on-banks/?select=Banks.csv
40
 
41
  Using Sentence Embedding to inject Public ML Banks Text Dataset @ https://github.com/kevinwkc/analytics/blob/master/ai/vectorDB.py""",
42
+ custom_js=counter,
43
  article="""
44
 
45
  Description: