Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 70 |
-
|
| 71 |
-
|
| 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"):
|