Commit
·
43bc8f6
1
Parent(s):
0fbd35f
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ demo = gr.Interface(
|
|
139 |
outputs,
|
140 |
title="Question Generation Using T5-Base Model",
|
141 |
css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;}",
|
142 |
-
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
|
143 |
<p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
|
144 |
|
145 |
)
|
|
|
139 |
outputs,
|
140 |
title="Question Generation Using T5-Base Model",
|
141 |
css=".gradio-container {background-color: lightgray} #inp_div {background-color: #7FB3D5;}",
|
142 |
+
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>
|
143 |
<p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>"""
|
144 |
|
145 |
)
|