youngtsai commited on
Commit
6d1e5d6
·
1 Parent(s): f7c844a

全文分析

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1385,9 +1385,9 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
1385
  past_exam_evaluation_input = gr.Textbox("",lines= 10, label="這是你的原始寫作內容,參考 JUTOR 的建議,你可以選擇是否修改:")
1386
  with gr.Column():
1387
  with gr.Row():
1388
- past_exam_evaluation_button = gr.Button("評分", variant="primary")
1389
  with gr.Row():
1390
- past_exam_evaluation_output = gr.Dataframe(label="評分結果", wrap=True, column_widths=[20, 15, 65], interactive=False)
1391
 
1392
  # 修正錯字、語法
1393
  with gr.Row():
 
1385
  past_exam_evaluation_input = gr.Textbox("",lines= 10, label="這是你的原始寫作內容,參考 JUTOR 的建議,你可以選擇是否修改:")
1386
  with gr.Column():
1387
  with gr.Row():
1388
+ past_exam_evaluation_button = gr.Button("全文分析", variant="primary")
1389
  with gr.Row():
1390
+ past_exam_evaluation_output = gr.Dataframe(label="全文分析結果", wrap=True, column_widths=[20, 15, 65], interactive=False)
1391
 
1392
  # 修正錯字、語法
1393
  with gr.Row():