Spaces:
Sleeping
Sleeping
generate_chinese_full_paragraph_refine_button = gr.Button("段落全文分析", variant="primary")
Browse files
app.py
CHANGED
@@ -3823,7 +3823,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
|
|
3823 |
chinese_full_paragraph_refine_input = gr.TextArea(label="這是你的原始寫作內容,參考建議,你可以選擇是否修改:", show_copy_button=True)
|
3824 |
with gr.Column():
|
3825 |
with gr.Row():
|
3826 |
-
generate_chinese_full_paragraph_refine_button = gr.Button("
|
3827 |
with gr.Row():
|
3828 |
chinese_full_paragraph_refine_output_text = gr.Markdown(label="段落全文分析")
|
3829 |
with gr.Row():
|
|
|
3823 |
chinese_full_paragraph_refine_input = gr.TextArea(label="這是你的原始寫作內容,參考建議,你可以選擇是否修改:", show_copy_button=True)
|
3824 |
with gr.Column():
|
3825 |
with gr.Row():
|
3826 |
+
generate_chinese_full_paragraph_refine_button = gr.Button("段落全文分析", variant="primary")
|
3827 |
with gr.Row():
|
3828 |
chinese_full_paragraph_refine_output_text = gr.Markdown(label="段落全文分析")
|
3829 |
with gr.Row():
|