pragnakalp commited on
Commit
1447535
·
1 Parent(s): a546517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
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
- <p style='text-align: center;'>Feel free to give us your <a href="https://www.pragnakalp.com/contact/"> feedback </a> on this NER demo.
162
- For all your Named Entity Recognition related requirements, we are here to help you.<br />
163
- Email us your requirement at <a href="mailto:letstalk@pragnakalp.com"> letstalk@pragnakalp.com </a>.
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()