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

update the UI

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -22,6 +22,11 @@ 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
  )
26
 
27
  screen.launch()
 
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
 
32
  screen.launch()