Gabriel commited on
Commit
44c0ccc
1 Parent(s): 72d32e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -8
app.py CHANGED
@@ -64,14 +64,12 @@ def generate_lexrank(in_text, threshold, model_in, ex_sent ,language, history):
64
 
65
  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
-
69
- with gr.Tabs():
70
- with gr.TabItem("The Summarization App"):
71
- gr.Markdown(sum_app_text_tab_1)
72
-
73
- with gr.TabItem("The Summarization Engine"):
74
- gr.Markdown(sum_app_text_tab_2)
75
 
76
  with gr.Tabs():
77
  with gr.TabItem("Abstractive Generation for Summarization"):
 
64
 
65
  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():
75
  with gr.TabItem("Abstractive Generation for Summarization"):