Spaces:
Running
Running
Commit ·
1447535
1
Parent(s): a546517
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,12 +157,9 @@ demo = gr.Interface(
|
|
| 157 |
title="Named Entity Recognition Using BERT",
|
| 158 |
description="Feel free to give your feedback",
|
| 159 |
css=".gradio-container {background-color: lightgray}",
|
| 160 |
-
article="""
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
And don't forget to check out more interesting <a href="https://www.pragnakalp.com/services/natural-language-processing-services/">NLP services</a> we are offering.<br/>
|
| 165 |
-
<b>Developed by</b> : <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs </a></p>
|
| 166 |
-
"""
|
| 167 |
)
|
| 168 |
demo.launch()
|
|
|
|
| 157 |
title="Named Entity Recognition Using BERT",
|
| 158 |
description="Feel free to give your feedback",
|
| 159 |
css=".gradio-container {background-color: lightgray}",
|
| 160 |
+
article="""Feel free to give us your [feedback](https://www.pragnakalp.com/contact/) on this NER demo.For all your Named Entity Recognition related
|
| 161 |
+
requirements, we are here to help you. Email us your requirement at [letstalk@pragnakalp.com]("mailto:letstalk@pragnakalp.com").
|
| 162 |
+
And don't forget to check out more interesting [NLP services](https://www.pragnakalp.com/services/natural-language-processing-services/)we are offering.
|
| 163 |
+
Developed by :[ Pragnakalp Techlabs](https://www.pragnakalp.com)"""
|
|
|
|
|
|
|
|
|
|
| 164 |
)
|
| 165 |
demo.launch()
|