xiaoheiqaq commited on
Commit
58948e1
1 Parent(s): 8a5f65c

remove system prompt

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -77,10 +77,10 @@ with gr.Blocks(fill_height=True) as demo:
77
  ["你有更新过吗?", None, None, None, None]]
78
  )
79
 
80
- system_prompt = gr.Textbox(value=system_prompt_text, info="System Message:", placeholder="你是Emi",
81
- interactive=True, lines=5)
82
- system_prompt.change(
83
- fn=update_system_prompt, inputs=system_prompt)
84
 
85
  if __name__ == "__main__":
86
  demo.launch(auth=(username, password))
 
77
  ["你有更新过吗?", None, None, None, None]]
78
  )
79
 
80
+ # system_prompt = gr.Textbox(value=system_prompt_text, info="System Message:", placeholder="你是Emi",
81
+ # interactive=True, lines=5)
82
+ # system_prompt.change(
83
+ # fn=update_system_prompt, inputs=system_prompt)
84
 
85
  if __name__ == "__main__":
86
  demo.launch(auth=(username, password))