added the disclaimer
Browse files
app.py
CHANGED
@@ -21,6 +21,7 @@ screen = gr.Interface(
|
|
21 |
title="Facilitating the QnA with bert-large-uncased-whole-word-masking-finetuned-squad π©π»βπ»πβπ»π‘",
|
22 |
description="This app aims to facilitate the simple QnA with the provided contextπ‘",
|
23 |
theme="soft",
|
|
|
24 |
)
|
25 |
|
26 |
screen.launch()
|
|
|
21 |
title="Facilitating the QnA with bert-large-uncased-whole-word-masking-finetuned-squad π©π»βπ»πβπ»π‘",
|
22 |
description="This app aims to facilitate the simple QnA with the provided contextπ‘",
|
23 |
theme="soft",
|
24 |
+
article = """### Disclaimer : This model is purely used for QnA. User is expected to paste the text from which they want the answer in context section. <br>        Then paste the question in the question section. <br>        User will get the answer in the output section."""
|
25 |
)
|
26 |
|
27 |
screen.launch()
|