Ifeanyi commited on
Commit
fc096d1
·
verified ·
1 Parent(s): d274291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -46,6 +46,7 @@ with gr.Blocks(
46
  gr.File(file_types=[".pdf"]),
47
  gr.Radio(["5 Bullet Points","10 Bullet Points", "Paragraph", "Sentence"], label="Select Summary Kind")
48
  ]
 
49
  btn = gr.Button("Summarize")
50
  with gr.Column():
51
  gr.Markdown("<center><h2>Summary Output</h2></center>")
 
46
  gr.File(file_types=[".pdf"]),
47
  gr.Radio(["5 Bullet Points","10 Bullet Points", "Paragraph", "Sentence"], label="Select Summary Kind")
48
  ]
49
+ with gr.Column():
50
  btn = gr.Button("Summarize")
51
  with gr.Column():
52
  gr.Markdown("<center><h2>Summary Output</h2></center>")