youngtsai commited on
Commit
409c114
·
1 Parent(s): a50f5f3

gr.Markdown("# 中文作文工具")

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1636,8 +1636,6 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
1636
  with gr.Column():
1637
  with gr.Row():
1638
  gr.Markdown("# 中文作文工具")
1639
- with gr.Row():
1640
- gr.Markdown("## 輸入題目")
1641
  with gr.Row():
1642
  chinese_essay_title_input = gr.Textbox(label="輸入題目")
1643
  with gr.Column():
 
1636
  with gr.Column():
1637
  with gr.Row():
1638
  gr.Markdown("# 中文作文工具")
 
 
1639
  with gr.Row():
1640
  chinese_essay_title_input = gr.Textbox(label="輸入題目")
1641
  with gr.Column():