Spaces:
Runtime error
Runtime error
Commit
·
4d8de2e
1
Parent(s):
7c21079
Update app.py
Browse files
app.py
CHANGED
@@ -558,8 +558,8 @@ if __name__ == "__main__":
|
|
558 |
# "_Summarization should take ~1-2 minutes for most settings, but may extend up to 5-10 minutes in some scenarios._"
|
559 |
# )
|
560 |
output_text = gr.HTML("<p><em>Summarization should take ~1-2 minutes for most settings, but may extend up to 5-10 minutes in some scenarios.</em></p>")
|
561 |
-
with gr.Column():
|
562 |
-
gr.Markdown("### Results
|
563 |
with gr.Row():
|
564 |
with gr.Column(variant="compact"):
|
565 |
gr.Markdown(
|
|
|
558 |
# "_Summarization should take ~1-2 minutes for most settings, but may extend up to 5-10 minutes in some scenarios._"
|
559 |
# )
|
560 |
output_text = gr.HTML("<p><em>Summarization should take ~1-2 minutes for most settings, but may extend up to 5-10 minutes in some scenarios.</em></p>")
|
561 |
+
with gr.Column(variant="panel"):
|
562 |
+
gr.Markdown("### Results")
|
563 |
with gr.Row():
|
564 |
with gr.Column(variant="compact"):
|
565 |
gr.Markdown(
|