youngtsai commited on
Commit
69c8e68
·
1 Parent(s): 620e583

supporting_sentences_input = gr.Textbox(label="根據要點/關鍵字來寫支持句")

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -888,8 +888,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
888
  """)
889
  with gr.Row():
890
  with gr.Column():
891
- gr.Markdown("### 請根據要點/關鍵字來寫支持句")
892
- supporting_sentences_input = gr.Textbox(label="支持句")
893
  with gr.Column():
894
  generate_supporting_sentences_button = gr.Button("JUTOR 產出支持句,供參考並自行寫出支持句", variant="primary")
895
  supporting_sentences_output = gr.Radio(choices=[],label="AI 產出支持句", elem_id="supporting_sentences_button")
 
888
  """)
889
  with gr.Row():
890
  with gr.Column():
891
+ supporting_sentences_input = gr.Textbox(label="根據要點/關鍵字來寫支持句")
 
892
  with gr.Column():
893
  generate_supporting_sentences_button = gr.Button("JUTOR 產出支持句,供參考並自行寫出支持句", variant="primary")
894
  supporting_sentences_output = gr.Radio(choices=[],label="AI 產出支持句", elem_id="supporting_sentences_button")