Spaces:
Running
Running
chinese_write_idea_prompt_input = gr.TextArea(label="System Prompt", value=chinese_write_idea_prompt, visible=False)
Browse files
app.py
CHANGED
@@ -2552,7 +2552,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
|
|
2552 |
chinese_write_idea_prompt = """
|
2553 |
你是一位國文老師,善於引導學生寫作。請根據以下的題目,幫助學生生成靈感:
|
2554 |
"""
|
2555 |
-
chinese_write_idea_prompt_input = gr.
|
2556 |
with gr.Column():
|
2557 |
with gr.Row():
|
2558 |
gr.Markdown("# 中文作文工具")
|
|
|
2552 |
chinese_write_idea_prompt = """
|
2553 |
你是一位國文老師,善於引導學生寫作。請根據以下的題目,幫助學生生成靈感:
|
2554 |
"""
|
2555 |
+
chinese_write_idea_prompt_input = gr.TextArea(label="System Prompt", value=chinese_write_idea_prompt, visible=False)
|
2556 |
with gr.Column():
|
2557 |
with gr.Row():
|
2558 |
gr.Markdown("# 中文作文工具")
|