Pearx commited on
Commit
9211a46
1 Parent(s): d1d5b0f

Update helper.py

Browse files
Files changed (1) hide show
  1. helper.py +1 -1
helper.py CHANGED
@@ -22,7 +22,7 @@ gpt_svg = """
22
  """
23
  # 内容背景
24
  user_background_color = '#ffffff'
25
- gpt_background_color = '#fbfcfc'
26
  # 模型初始设置
27
  initial_content_history = [{"role": 'system',
28
  "content": '当你的回复中涉及代码块时,请在markdown语法中标明语言类型。如果不涉及,请忽略这句话。'}]
 
22
  """
23
  # 内容背景
24
  user_background_color = '#ffffff'
25
+ gpt_background_color = '#dbe4ff'
26
  # 模型初始设置
27
  initial_content_history = [{"role": 'system',
28
  "content": '当你的回复中涉及代码块时,请在markdown语法中标明语言类型。如果不涉及,请忽略这句话。'}]