osiria commited on
Commit
e20d30d
1 Parent(s): 76d682b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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").style(full_width=False)
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)