Spaces:
Runtime error
Runtime error
"~"
Browse files
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
|
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")
|