wing-nus qolina commited on
Commit
9c7c6ab
1 Parent(s): a03f69b

update task tab name (#6)

Browse files

- update task tab name (e2d1eff21dd43f3f6f75def47809cfa3e8b3fd47)


Co-authored-by: Yanxia Qin <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(css="#htext span {white-space: pre-line}") as demo:
62
  )
63
 
64
  # Single Document Summarization
65
- with gr.TabItem("General Summarization"):
66
  with gr.Box():
67
  gr.Markdown(ssum_str_md)
68
  with gr.Row():
 
62
  )
63
 
64
  # Single Document Summarization
65
+ with gr.TabItem("Uncontrolled Summarization"):
66
  with gr.Box():
67
  gr.Markdown(ssum_str_md)
68
  with gr.Row():