update ui
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def greet(issue):
|
|
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="""
|
|
|
17 |
|
18 |
|
19 |
|
20 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="text", title="NLP 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="""
|