youngtsai commited on
Commit
d2e90f4
·
1 Parent(s): 731f9ea

points_output = gr.Textbox(label="AI 產出要點/關鍵字", visible=True, value=[])

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -725,7 +725,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
725
  points_input = gr.Textbox(label="#1 要點/關鍵字")
726
  with gr.Column():
727
  generate_points_button = gr.Button("✨ 找尋靈感?使用 JUTOR 產生要點/關鍵字", variant="primary")
728
- points_output = gr.Textbox(label="AI 產出主題句/關鍵字", visible=True, value=[])
729
 
730
  generate_points_button.click(
731
  fn=show_elements,
 
725
  points_input = gr.Textbox(label="#1 要點/關鍵字")
726
  with gr.Column():
727
  generate_points_button = gr.Button("✨ 找尋靈感?使用 JUTOR 產生要點/關鍵字", variant="primary")
728
+ points_output = gr.Textbox(label="AI 產出要點/關鍵字", visible=True, value=[])
729
 
730
  generate_points_button.click(
731
  fn=show_elements,