Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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():
|