youngtsai commited on
Commit
5508891
·
1 Parent(s): 92b4253

full_paragraph_input = gr.Textbox(label="輸入段落全文", lines=5)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1203,7 +1203,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
1203
  gr.Markdown("# 輸入段落全文")
1204
  with gr.Row():
1205
  with gr.Column():
1206
- full_paragraph_input = gr.Textbox(label="輸入段落全文")
1207
  with gr.Column():
1208
  with gr.Row():
1209
  full_paragraph_evaluate_button = gr.Button("段落全文分析", variant="primary")
 
1203
  gr.Markdown("# 輸入段落全文")
1204
  with gr.Row():
1205
  with gr.Column():
1206
+ full_paragraph_input = gr.Textbox(label="輸入段落全文", lines=5)
1207
  with gr.Column():
1208
  with gr.Row():
1209
  full_paragraph_evaluate_button = gr.Button("段落全文分析", variant="primary")