Commit
·
0fbd35f
1
Parent(s):
b250c04
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ demo = gr.Interface(
|
|
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
|
144 |
|
145 |
)
|
146 |
demo.launch()
|
|
|
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 |
)
|
146 |
demo.launch()
|