Spaces:
Running
Running
pragnakalp
commited on
Commit
•
2ddcda5
1
Parent(s):
a196528
Update app.py
Browse files
app.py
CHANGED
@@ -159,12 +159,8 @@ with gr.Blocks(css=".gradio-container {background-color: lightgray} #btn {backgr
|
|
159 |
a4=gr.Textbox(label="Answer 4")
|
160 |
q5=gr.Textbox(label="Question 5")
|
161 |
a5=gr.Textbox(label="Answer 5")
|
162 |
-
gr.Markdown("""<p style='text-align: center;'>Feel free to give us your
|
163 |
-
|
164 |
-
If you want to have your own QnA system in your own language we can help you to make it happen.
|
165 |
-
And don't forget to check out more interesting
|
166 |
-
<a href="https://www.pragnakalp.com/services/natural-language-processing-services/" target="_blank">NLP services</a> we are offering.</p>
|
167 |
-
<p style='text-align: center;'>Developed by :<a href="https://www.pragnakalp.com" target="_blank"> Pragnakalp Techlabs</a></p>""")
|
168 |
input_radio.change(return_lan_para,input_radio,[input_text,q1,q2,q3,q4,q5,a1,a2,a3,a4,a5])
|
169 |
sub_btn.click(generate_qna, inputs=[input_text,input_radio,q1,q2,q3,q4,q5], outputs=[a1,a2,a3,a4,a5])
|
170 |
|
|
|
159 |
a4=gr.Textbox(label="Answer 4")
|
160 |
q5=gr.Textbox(label="Question 5")
|
161 |
a5=gr.Textbox(label="Answer 5")
|
162 |
+
gr.Markdown("""<p style='text-align: center;'>Feel free to give us your <a href="https://www.pragnakalp.com/contact/" target="_blank">feedback</a> on this BERT based QnA demo</p>
|
163 |
+
<p style='text-align: center;'>Developed by: <a href="https://www.pragnakalp.com" target="_blank">Pragnakalp Techlabs</a></p>""")
|
|
|
|
|
|
|
|
|
164 |
input_radio.change(return_lan_para,input_radio,[input_text,q1,q2,q3,q4,q5,a1,a2,a3,a4,a5])
|
165 |
sub_btn.click(generate_qna, inputs=[input_text,input_radio,q1,q2,q3,q4,q5], outputs=[a1,a2,a3,a4,a5])
|
166 |
|