Ifeanyi commited on
Commit
d432926
·
verified ·
1 Parent(s): efd5596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(
45
  summary_type = gr.Radio(["5 Bullet Points","10 Bullet Points", "Paragraph", "Sentence"],value = "5 Bullet Points", label="Select Summary Kind")
46
 
47
 
48
- with gr.Row():
49
  btn = gr.Button("Summarize")
50
  clear_btn = gr.ClearButton(value="Clear")
51
 
 
45
  summary_type = gr.Radio(["5 Bullet Points","10 Bullet Points", "Paragraph", "Sentence"],value = "5 Bullet Points", label="Select Summary Kind")
46
 
47
 
48
+ with gr.Row():
49
  btn = gr.Button("Summarize")
50
  clear_btn = gr.ClearButton(value="Clear")
51