youngtsai commited on
Commit
3c487f1
·
1 Parent(s): 43b1e8f

generate_chinese_full_paragraph_refine_button = gr.Button("段落全文分析", variant="primary")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3823,7 +3823,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
3823
  chinese_full_paragraph_refine_input = gr.TextArea(label="這是你的原始寫作內容,參考建議,你可以選擇是否修改:", show_copy_button=True)
3824
  with gr.Column():
3825
  with gr.Row():
3826
- generate_chinese_full_paragraph_refine_button = gr.Button("���落全文分析", variant="primary")
3827
  with gr.Row():
3828
  chinese_full_paragraph_refine_output_text = gr.Markdown(label="段落全文分析")
3829
  with gr.Row():
 
3823
  chinese_full_paragraph_refine_input = gr.TextArea(label="這是你的原始寫作內容,參考建議,你可以選擇是否修改:", show_copy_button=True)
3824
  with gr.Column():
3825
  with gr.Row():
3826
+ generate_chinese_full_paragraph_refine_button = gr.Button("段落全文分析", variant="primary")
3827
  with gr.Row():
3828
  chinese_full_paragraph_refine_output_text = gr.Markdown(label="段落全文分析")
3829
  with gr.Row():