Spaces:
Runtime error
Runtime error
Victoria Slocum
commited on
Commit
·
0a6df83
1
Parent(s):
1603e0b
fix: header
Browse files
app.py
CHANGED
|
@@ -175,7 +175,7 @@ with demo:
|
|
| 175 |
dep_button = gr.Button("Generate Dependency Parser")
|
| 176 |
with gr.Box():
|
| 177 |
with gr.Column():
|
| 178 |
-
gr.Markdown("Entity Recognizer")
|
| 179 |
entity_input = gr.CheckboxGroup(DEFAULT_ENTS, value=DEFAULT_ENTS)
|
| 180 |
entity_output = gr.HTML(value=entity(DEFAULT_TEXT, DEFAULT_ENTS, DEFAULT_MODEL))
|
| 181 |
ent_button = gr.Button("Generate Entity Recognizer")
|
|
|
|
| 175 |
dep_button = gr.Button("Generate Dependency Parser")
|
| 176 |
with gr.Box():
|
| 177 |
with gr.Column():
|
| 178 |
+
gr.Markdown("### Entity Recognizer")
|
| 179 |
entity_input = gr.CheckboxGroup(DEFAULT_ENTS, value=DEFAULT_ENTS)
|
| 180 |
entity_output = gr.HTML(value=entity(DEFAULT_TEXT, DEFAULT_ENTS, DEFAULT_MODEL))
|
| 181 |
ent_button = gr.Button("Generate Entity Recognizer")
|