Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Default(text_s
|
|
184 |
text = gr.Text(label="Extract entities", lines = 10, value = init_text)
|
185 |
with gr.Row():
|
186 |
with gr.Column():
|
187 |
-
button = gr.Button("Extract")
|
188 |
with gr.Row():
|
189 |
with gr.Column():
|
190 |
entities = gr.Markdown(init_output)
|
|
|
184 |
text = gr.Text(label="Extract entities", lines = 10, value = init_text)
|
185 |
with gr.Row():
|
186 |
with gr.Column():
|
187 |
+
button = gr.Button("Extract")
|
188 |
with gr.Row():
|
189 |
with gr.Column():
|
190 |
entities = gr.Markdown(init_output)
|