youngtsai commited on
Commit
61b0f38
·
1 Parent(s): 361e0a3

chinese_write_idea_prompt_input = gr.TextArea(label="System Prompt", value=chinese_write_idea_prompt, visible=False)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Textbox(label="System Prompt", value=chinese_write_idea_prompt, visible=False)
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("# 中文作文工具")