herMaster commited on
Commit
715962f
β€’
1 Parent(s): b2d2efd

changes in UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +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 = """### 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
 
 
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> &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."""
26
 
27
  )
28