Spaces:
Running
Running
pragnakalp
commited on
Commit
•
4be8335
1
Parent(s):
c984fdd
Update app.py
Browse files
app.py
CHANGED
@@ -161,8 +161,8 @@ demo = gr.Interface(
|
|
161 |
css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;",
|
162 |
article="""<p style='text-align: center;'>Feel free to give us your <a href="https://www.pragnakalp.com/contact/" target="_blank">feedback</a> on this NER demo.
|
163 |
For all your Named Entity Recognition related requirements, we are here to help you. Email us your requirement at
|
164 |
-
<a href="mailto:[email protected]" target="_blank">[email protected]</a
|
165 |
<a href="https://www.pragnakalp.com/services/natural-language-processing-services/" target="_blank">NLP services</a> we are offering.
|
166 |
-
<p style='text-align: center;'>Developed by
|
167 |
)
|
168 |
demo.launch()
|
|
|
161 |
css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;",
|
162 |
article="""<p style='text-align: center;'>Feel free to give us your <a href="https://www.pragnakalp.com/contact/" target="_blank">feedback</a> on this NER demo.
|
163 |
For all your Named Entity Recognition related requirements, we are here to help you. Email us your requirement at
|
164 |
+
<a href="mailto:[email protected]" target="_blank">[email protected]</a> And don't forget to check out more interesting
|
165 |
<a href="https://www.pragnakalp.com/services/natural-language-processing-services/" target="_blank">NLP services</a> we are offering.
|
166 |
+
<p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
|
167 |
)
|
168 |
demo.launch()
|