herMaster commited on
Commit
b2d2efd
β€’
1 Parent(s): 20b8056

added disclaimer

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -22,10 +22,7 @@ screen = gr.Interface(
22
  title="Facilitating the QnA with roberta-base-squad2 πŸ‘©πŸ»β€πŸ’»πŸ““βœπŸ»πŸ’‘",
23
  description="This app aims to facilitate the simple QnA with the provided contextπŸ’‘",
24
  theme="soft",
25
- article = """
26
- ### Disclaimer : This model is purely used for QnA. User is expected to paste the text from which they want the answer in **context** section.
27
- Then paste the question in the **question** section.
28
- User will get the answer in the answer section."""
29
 
30
  )
31
 
 
22
  title="Facilitating the QnA with roberta-base-squad2 πŸ‘©πŸ»β€πŸ’»πŸ““βœπŸ»πŸ’‘",
23
  description="This app aims to facilitate the simple QnA with the provided contextπŸ’‘",
24
  theme="soft",
25
+ 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 answer section."""
 
 
 
26
 
27
  )
28