kevinhug commited on
Commit
cd17455
·
1 Parent(s): daa55b3
Files changed (1) hide show
  1. app.py +4 -4
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()