Gabriel commited on
Commit
41ab34c
1 Parent(s): f0edb34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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():