youngtsai commited on
Commit
d1f7a03
·
1 Parent(s): 61b0f38

chinese_full_paragraph_correct_grammatical_spelling_errors_input = gr.TextArea(label="這是你的原始寫作內容,參考 JUTOR 的建議,你可以選擇是否修改:")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2645,7 +2645,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
2645
  gr.Markdown("## 修訂文法與拼字錯誤")
2646
  with gr.Row():
2647
  with gr.Column():
2648
- chinese_full_paragraph_correct_grammatical_spelling_errors_input = gr.Textbox(label="這是你的原始寫作內容,參考 JUTOR 的建議,你可以選擇是否修改:")
2649
  with gr.Column():
2650
  generate_chinese_full_paragraph_correct_grammatical_spelling_errors_button = gr.Button("修訂文法與拼字錯誤", variant="primary")
2651
  chinese_full_paragraph_correct_grammatical_spelling_errors_output_table = gr.Dataframe(label="修訂文法與拼字錯誤", interactive=False, column_widths=[30, 30, 40])
 
2645
  gr.Markdown("## 修訂文法與拼字錯誤")
2646
  with gr.Row():
2647
  with gr.Column():
2648
+ chinese_full_paragraph_correct_grammatical_spelling_errors_input = gr.TextArea(label="這是你的原始寫作內容,參考 JUTOR 的建議,你可以選擇是否修改:")
2649
  with gr.Column():
2650
  generate_chinese_full_paragraph_correct_grammatical_spelling_errors_button = gr.Button("修訂文法與拼字錯誤", variant="primary")
2651
  chinese_full_paragraph_correct_grammatical_spelling_errors_output_table = gr.Dataframe(label="修訂文法與拼字錯誤", interactive=False, column_widths=[30, 30, 40])