Spaces:
Running
Running
Update app.py
Browse files
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>")
|