youngtsai commited on
Commit
9f6ee91
·
1 Parent(s): 67f304e

topic_input = gr.Textbox(label="自訂主題")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -705,7 +705,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
705
  user_generate_topics_prompt = gr.Textbox(label="Topics Prompt", value=default_generate_topics_prompt, visible=False)
706
  with gr.Row():
707
  with gr.Column():
708
- topic_input = gr.Textbox(label="自訂主題:")
709
  with gr.Column():
710
  generate_topics_button = gr.Button("✨ JUTOR 隨機產出 10 個段落主題,挑選一個來練習吧!", variant="primary")
711
  topic_output = gr.Radio(label="AI 產出主題", visible=False, interactive=True)
 
705
  user_generate_topics_prompt = gr.Textbox(label="Topics Prompt", value=default_generate_topics_prompt, visible=False)
706
  with gr.Row():
707
  with gr.Column():
708
+ topic_input = gr.Textbox(label="自訂主題")
709
  with gr.Column():
710
  generate_topics_button = gr.Button("✨ JUTOR 隨機產出 10 個段落主題,挑選一個來練習吧!", variant="primary")
711
  topic_output = gr.Radio(label="AI 產出主題", visible=False, interactive=True)