Spaces:
Sleeping
Sleeping
topic_input = gr.Textbox(label="自訂主題")
Browse files
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)
|