Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ with gr.Blocks(css="#htext span {white-space: pre-line}") as demo:
|
|
10 |
with gr.Tabs():
|
11 |
|
12 |
# Controlled Summarization
|
13 |
-
with gr.TabItem("Summarization"):
|
14 |
|
15 |
with gr.Box():
|
16 |
gr.Markdown(ctrlsum_file_md)
|
|
|
10 |
with gr.Tabs():
|
11 |
|
12 |
# Controlled Summarization
|
13 |
+
with gr.TabItem("Controlled Summarization"):
|
14 |
|
15 |
with gr.Box():
|
16 |
gr.Markdown(ctrlsum_file_md)
|