pragnakalp commited on
Commit
59fbb9c
·
1 Parent(s): df647c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -129,11 +129,8 @@ demo = gr.Interface(
129
  outputs,
130
  title="Huggingface Sentiment Analysis",
131
  css=".gradio-container {background-color: lightgray}",
132
- article = """Provide us your feedback on this demo and feel free to contact us at <a href="mailto:letstalk@pragnakalp.com" target="_blank">[email protected]</a>
133
- if you want to have your own sentiment analysis system. We will be happy to serve you for your sentiment analysis requirement.
134
- And don't forget to check out more interesting <a href="https://www.pragnakalp.com/services/natural-language-processing-services/" target="_blank">NLP services</a>
135
- we are offering.
136
- <p style='text-align: center;'>Developed by :<a href="https://www.pragnakalp.com" target="_blank"> Pragnakalp Techlabs</a></p>"""
137
  )
138
 
139
  demo.launch()
 
129
  outputs,
130
  title="Huggingface Sentiment Analysis",
131
  css=".gradio-container {background-color: lightgray}",
132
+ 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 Question Generation using T5 demo</p>
133
+ <p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
 
 
 
134
  )
135
 
136
  demo.launch()