update ui
Browse files
app.py
CHANGED
@@ -17,7 +17,9 @@ def greet(issue):
|
|
17 |
|
18 |
|
19 |
|
20 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="Leads Generation", description="""
|
|
|
|
|
21 |
article="""
|
22 |
put in the issue regarding service, sales, point of failure, product, trend to find out what customer talking about
|
23 |
|
|
|
17 |
|
18 |
|
19 |
|
20 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="Leads Generation", description="""
|
21 |
+
Data Scientist: Kevin Wong
|
22 |
+
Using Sentence Embedding to inject Public ML Banks Text Dataset @ https://github.com/kevinwkc/analytics/blob/master/ai/vectorDB.py""",
|
23 |
article="""
|
24 |
put in the issue regarding service, sales, point of failure, product, trend to find out what customer talking about
|
25 |
|