Spaces:
Sleeping
Sleeping
gr.Markdown("# 中文作文工具")
Browse files
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():
|