update ui
Browse files
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 |
-
|
| 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()
|