xjlulu commited on
Commit
77f4643
1 Parent(s): 4f0c46b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Question Answering") as demo:
112
  gr.Markdown(description)
113
 
114
  with gr.Row():
115
- C_input = gr.Textbox(lines=3, label="Context paragraph", placeholder="Please enter a text...")
116
  A_output = Textbox(lines=3, label="Category")
117
  with gr.Row():
118
  random_button = gr.Button("Random")
 
112
  gr.Markdown(description)
113
 
114
  with gr.Row():
115
+ C_input = gr.Textbox(lines=3, label="Context paragraph", placeholder="Please enter text")
116
  A_output = Textbox(lines=3, label="Category")
117
  with gr.Row():
118
  random_button = gr.Button("Random")