xjlulu commited on
Commit
e233148
1 Parent(s): df808c4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title=title) as demo:
127
  gr.Markdown(description)
128
 
129
  with gr.Row():
130
- C_input = Textbox(lines=3, label="Context", placeholder="Please enter a text...")
131
  T_output = gr.HighlightedText(lines=3, label="IOB Tagging")
132
  with gr.Row():
133
  random_button = gr.Button("Random")
 
127
  gr.Markdown(description)
128
 
129
  with gr.Row():
130
+ C_input = Textbox(lines=3, label="Context", placeholder="Please enter text")
131
  T_output = gr.HighlightedText(lines=3, label="IOB Tagging")
132
  with gr.Row():
133
  random_button = gr.Button("Random")