herMaster commited on
Commit
a758eda
β€’
1 Parent(s): 048df4c

added the disclaimer

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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> &emsp;&emsp;&emsp;&emsp;&emsp;&emsp; Then paste the question in the question section. <br> &emsp;&emsp;&emsp;&emsp;&emsp;&emsp; User will get the answer in the output section."""
25
  )
26
 
27
  screen.launch()