Gabriel commited on
Commit
13eaa39
1 Parent(s): 795fbf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ The extractive models for this app are using sentence-transformer models, which
128
  with gr.Row():
129
  with gr.Column(scale=4):
130
  text_extract= gr.TextArea(label="Input text to summarize", placeholder="Input text")
131
- extract_button = gr.Button("Summarize!")
132
  with gr.Column(scale=3):
133
  with gr.Row():
134
  ex_sent =gr.Slider(minimum=1, maximum=7, value=4, step=1, label="Sentences to return")
 
128
  with gr.Row():
129
  with gr.Column(scale=4):
130
  text_extract= gr.TextArea(label="Input text to summarize", placeholder="Input text")
131
+ extract_button = gr.Button("Summarize!", variant='primary')
132
  with gr.Column(scale=3):
133
  with gr.Row():
134
  ex_sent =gr.Slider(minimum=1, maximum=7, value=4, step=1, label="Sentences to return")