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

UI changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def chat(context, question):
17
  screen = gr.Interface(
18
  fn = chat,
19
  inputs = [gr.Textbox(lines = 8, placeholder = "Enter your context here πŸ‘‰"), gr.Textbox(lines = 2, placeholder = "Enter your question here πŸ‘‰")],
20
- outputs = gr.Textbox(lines = 14, placeholder = "Your answer will be here soon πŸš€"),
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",
 
17
  screen = gr.Interface(
18
  fn = chat,
19
  inputs = [gr.Textbox(lines = 8, placeholder = "Enter your context here πŸ‘‰"), gr.Textbox(lines = 2, placeholder = "Enter your question here πŸ‘‰")],
20
+ outputs = gr.Textbox(lines = 15, placeholder = "Your answer will be here soon πŸš€"),
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",