Spaces:
Running
Running
自訂主題
Browse files
app.py
CHANGED
@@ -665,7 +665,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
665 |
user_generate_topics_prompt = gr.Textbox(label="Topics Prompt", value=default_generate_topics_prompt, visible=False)
|
666 |
with gr.Row():
|
667 |
with gr.Column():
|
668 |
-
topic_input = gr.Textbox(label="
|
669 |
with gr.Column():
|
670 |
generate_topics_button = gr.Button("✨ JUTOR 隨機產生 10 個段落主題,再挑選一個來練習吧!", variant="primary")
|
671 |
topic_output = gr.Textbox(label="AI Generated Topic 主題", visible=True, value=[])
|
|
|
665 |
user_generate_topics_prompt = gr.Textbox(label="Topics Prompt", value=default_generate_topics_prompt, visible=False)
|
666 |
with gr.Row():
|
667 |
with gr.Column():
|
668 |
+
topic_input = gr.Textbox(label="選擇合適的主題或是自訂主題:")
|
669 |
with gr.Column():
|
670 |
generate_topics_button = gr.Button("✨ JUTOR 隨機產生 10 個段落主題,再挑選一個來練習吧!", variant="primary")
|
671 |
topic_output = gr.Textbox(label="AI Generated Topic 主題", visible=True, value=[])
|