youngtsai commited on
Commit
ac81183
·
1 Parent(s): d1f7a03

chinese_essay_title_input = gr.TextArea(label="輸入題目")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Textbox(label="輸入題目")
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")