Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(
|
|
51 |
|
52 |
with gr.Column():
|
53 |
with gr.Row():
|
54 |
-
gr.HTML("<div style='text-align:center;'><h2>Summary Output</h2></div>")
|
55 |
out = gr.Markdown()
|
56 |
|
57 |
btn.click(fn=pdfSummarizer, inputs=[api_key, pdf_input, summary_type], outputs=out)
|
|
|
51 |
|
52 |
with gr.Column():
|
53 |
with gr.Row():
|
54 |
+
gr.HTML("<div style='text-align:center;margin-left:100px;'><h2>Summary Output</h2></div>")
|
55 |
out = gr.Markdown()
|
56 |
|
57 |
btn.click(fn=pdfSummarizer, inputs=[api_key, pdf_input, summary_type], outputs=out)
|