kevinhug commited on
Commit
8cad6d7
·
1 Parent(s): 9a79fc6
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -26,10 +26,10 @@ https://www.gradio.app/docs/interface
26
  '''
27
  iface = gr.Interface(fn=similar, inputs="text", outputs="text",
28
  title="Enhancing Customer Engagement and Operational Efficiency with Semantic Similarity Document Search (SSDS)",
29
- examples=[["having bad client experience"],
30
- ["having credit card problem"],
31
- ["late payment fee"],
32
- ["credit score dropping"]]
33
  description="""
34
  Data Scientist: Kevin Wong, [email protected], 416-903-7937
35
  ============
 
26
  '''
27
  iface = gr.Interface(fn=similar, inputs="text", outputs="text",
28
  title="Enhancing Customer Engagement and Operational Efficiency with Semantic Similarity Document Search (SSDS)",
29
+ examples=["having bad client experience",
30
+ "having credit card problem",
31
+ "late payment fee",
32
+ "credit score dropping"]
33
  description="""
34
  Data Scientist: Kevin Wong, [email protected], 416-903-7937
35
  ============