pragnakalp commited on
Commit
421e871
·
1 Parent(s): da608ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -143,9 +143,10 @@ demo = gr.Interface(
143
  outputs,
144
  title="Question Generation using T5",
145
  css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;}",
146
- article="""Feel free to give us your [feedback](https://www.pragnakalp.com/contact/) on this NER demo. For all your Named Entity Recognition related
147
- requirements, we are here to help you. Email us your requirement at [[email protected]]("mailto:[email protected]").
148
- And don't forget to check out more interesting [NLP services](https://www.pragnakalp.com/services/natural-language-processing-services/) we are offering.
149
  <p style='text-align: center;'>Developed by :[ Pragnakalp Techlabs](https://www.pragnakalp.com)</p>"""
 
150
  )
151
  demo.launch(enable_queue = False)
 
143
  outputs,
144
  title="Question Generation using T5",
145
  css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;}",
146
+ article="""Feel free to give us your [feedback](https://www.pragnakalp.com/contact/) and contact us at [letstalk@pragnakalp.com]("mailto:[email protected]")
147
+ if you want to have your own Questions-Generation using T5 model. We are just one click away. And don't forget to check out more interesting
148
+ [NLP services](https://www.pragnakalp.com/services/natural-language-processing-services/) we are offering.
149
  <p style='text-align: center;'>Developed by :[ Pragnakalp Techlabs](https://www.pragnakalp.com)</p>"""
150
+
151
  )
152
  demo.launch(enable_queue = False)