pragnakalp commited on
Commit
0e2a08a
·
1 Parent(s): 408b42b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,6 +160,6 @@ demo = gr.Interface(
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()
 
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
+ <p style='text-align: center;'>Developed by :[ Pragnakalp Techlabs](https://www.pragnakalp.com)</p>"""
164
  )
165
  demo.launch()