pragnakalp
commited on
Commit
·
4abb74d
1
Parent(s):
59fbb9c
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ demo = gr.Interface(
|
|
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
|
133 |
<p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
|
134 |
)
|
135 |
|
|
|
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 |
|