Nighter commited on
Commit
eb6e91b
1 Parent(s): 72e98b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ with gr.Blocks() as app:
68
  with gr.Tab("QA Short Answer"):
69
  with gr.Row():
70
  with gr.Column():
71
- context_input = gr.Textbox(lines=7, label="Context", placeholder="Input Context here...")
72
- question_input = gr.Textbox(label="Question", placeholder="Input Question here...")
73
  submit_btn = gr.Button("Submit")
74
  gr.ClearButton([context_input,question_input])
75
  with gr.Column():
 
68
  with gr.Tab("QA Short Answer"):
69
  with gr.Row():
70
  with gr.Column():
71
+ context_input = gr.Textbox(lines=8, label="Context", placeholder="Input Context here...")
72
+ question_input = gr.Textbox(lines=3, label="Question", placeholder="Input Question here...")
73
  submit_btn = gr.Button("Submit")
74
  gr.ClearButton([context_input,question_input])
75
  with gr.Column():