Gabriel commited on
Commit
fb28329
1 Parent(s): 7430b9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -82,9 +82,9 @@ with gr.Blocks() as demo:
82
  with gr.Column(scale=4):
83
  text_baseline_transformer= gr.TextArea(label="Input text to summarize", placeholder="Input summarization")
84
 
85
- with gr.Row():
86
- transformer_button_clear = gr.Button("Clear", variant='secondary')
87
- transformer_button = gr.Button("Summarize!", variant='primary')
88
 
89
  with gr.Column(scale=3):
90
  with gr.Row():
 
82
  with gr.Column(scale=4):
83
  text_baseline_transformer= gr.TextArea(label="Input text to summarize", placeholder="Input summarization")
84
 
85
+ with gr.Row():
86
+ transformer_button_clear = gr.Button("Clear", variant='secondary')
87
+ transformer_button = gr.Button("Summarize!", variant='primary')
88
 
89
  with gr.Column(scale=3):
90
  with gr.Row():