Spaces:
Sleeping
Sleeping
points_output = gr.Textbox(label="AI 產出要點/關鍵字", visible=True, value=[])
Browse files
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
|
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,
|