Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,9 +66,9 @@ with gr.Blocks() as demo:
|
|
66 |
gr.Markdown("<h1><center> Swedish Summarization Engine! </center></h1>")
|
67 |
with gr.Accordion("Read here for details about the app", open=False):
|
68 |
with gr.Row():
|
69 |
-
with gr.Column():
|
70 |
gr.Markdown(sum_app_text_tab_1)
|
71 |
-
with gr.Column():
|
72 |
gr.Markdown(sum_app_text_tab_2)
|
73 |
|
74 |
with gr.Tabs():
|
|
|
66 |
gr.Markdown("<h1><center> Swedish Summarization Engine! </center></h1>")
|
67 |
with gr.Accordion("Read here for details about the app", open=False):
|
68 |
with gr.Row():
|
69 |
+
with gr.Column(css=".gr-prose img {margin-bottom: 0em !important;}"):
|
70 |
gr.Markdown(sum_app_text_tab_1)
|
71 |
+
with gr.Column(css=".gr-prose img {margin-bottom: 0em !important;}"):
|
72 |
gr.Markdown(sum_app_text_tab_2)
|
73 |
|
74 |
with gr.Tabs():
|