kevinhug commited on
Commit
062805c
·
1 Parent(s): bd4aa35
Files changed (1) hide show
  1. app.py +11 -2
app.py CHANGED
@@ -23,11 +23,20 @@ iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="Leads Gener
23
  article="""
24
  put in the issue regarding service, sales, point of failure, product, trend to find out what customer talking about
25
 
26
- some ideas
27
- ----------
28
  - having bad client experience
29
  - having credit card problem
30
  - late payment fee
31
  - credit score dropping
 
 
 
 
 
 
 
 
 
32
  """)
33
  iface.launch()
 
23
  article="""
24
  put in the issue regarding service, sales, point of failure, product, trend to find out what customer talking about
25
 
26
+ Client Experience
27
+ ----------
28
  - having bad client experience
29
  - having credit card problem
30
  - late payment fee
31
  - credit score dropping
32
+
33
+ Marketing Leads
34
+ ----------
35
+ - low interest credit card
36
+
37
+ Sentiments
38
+ ---------
39
+ - upset customer
40
+
41
  """)
42
  iface.launch()