Spaces:
Sleeping
Sleeping
chinese_essay_title_input = gr.TextArea(label="輸入題目")
Browse files
app.py
CHANGED
@@ -2557,7 +2557,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
|
|
2557 |
with gr.Row():
|
2558 |
gr.Markdown("# 中文作文工具")
|
2559 |
with gr.Row():
|
2560 |
-
chinese_essay_title_input = gr.
|
2561 |
with gr.Column():
|
2562 |
with gr.Row():
|
2563 |
chinese_essay_generate_button = gr.Button("生成靈感", variant="primary")
|
|
|
2557 |
with gr.Row():
|
2558 |
gr.Markdown("# 中文作文工具")
|
2559 |
with gr.Row():
|
2560 |
+
chinese_essay_title_input = gr.TextArea(label="輸入題目")
|
2561 |
with gr.Column():
|
2562 |
with gr.Row():
|
2563 |
chinese_essay_generate_button = gr.Button("生成靈感", variant="primary")
|