Spaces:
Sleeping
Sleeping
topic_input = gr.Textbox(label="選擇合適的主題或是自定義:")
Browse files
app.py
CHANGED
@@ -545,7 +545,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
545 |
user_generate_topics_prompt = gr.Textbox(label="Topics Prompt", value=default_generate_topics_prompt, visible=False)
|
546 |
with gr.Row():
|
547 |
with gr.Column():
|
548 |
-
topic_input = gr.Textbox(label="
|
549 |
with gr.Column():
|
550 |
generate_topics_button = gr.Button("使用 🪄 JUTOR 產生 10 個段落主題,再挑選一個來練習吧!", variant="primary")
|
551 |
topic_output = gr.Textbox(label="AI Generated Topic 主題", visible=True, value=[])
|
|
|
545 |
user_generate_topics_prompt = gr.Textbox(label="Topics Prompt", value=default_generate_topics_prompt, visible=False)
|
546 |
with gr.Row():
|
547 |
with gr.Column():
|
548 |
+
topic_input = gr.Textbox(label="選擇合適的主題或是自定義:")
|
549 |
with gr.Column():
|
550 |
generate_topics_button = gr.Button("使用 🪄 JUTOR 產生 10 個段落主題,再挑選一個來練習吧!", variant="primary")
|
551 |
topic_output = gr.Textbox(label="AI Generated Topic 主題", visible=True, value=[])
|