update ui
Browse files
app.py
CHANGED
@@ -23,9 +23,9 @@ iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="Leads Gener
|
|
23 |
|
24 |
some ideas
|
25 |
----------
|
26 |
-
having bad client experience
|
27 |
-
having credit card problem
|
28 |
-
late payment fee
|
29 |
-
credit score dropping
|
30 |
""")
|
31 |
iface.launch()
|
|
|
23 |
|
24 |
some ideas
|
25 |
----------
|
26 |
+
- having bad client experience
|
27 |
+
- having credit card problem
|
28 |
+
- late payment fee
|
29 |
+
- credit score dropping
|
30 |
""")
|
31 |
iface.launch()
|