hideosnes commited on
Commit
172e20b
·
verified ·
1 Parent(s): 57d5ea4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(theme=theme) as demo:
151
 
152
  with gr.Column(): #right column
153
  summary = gr.Textbox(label="Summary")
154
- # keywords = gr.Textbox(label="Important Keywords")
155
  original_len = gr.Number(label="Original Text Length")
156
  summary_len = gr.Number(label="Summary Length")
157
  reduction = gr.Textbox(label="Summary Efficiency")
 
151
 
152
  with gr.Column(): #right column
153
  summary = gr.Textbox(label="Summary")
154
+ keywords = gr.Textbox(label="Important Keywords (experimental)")
155
  original_len = gr.Number(label="Original Text Length")
156
  summary_len = gr.Number(label="Summary Length")
157
  reduction = gr.Textbox(label="Summary Efficiency")