Pearx commited on
Commit
0a1d605
1 Parent(s): c4dad0f

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 = '#e7f5ff'
26
  # 模型初始设置
27
  initial_content_history = [{"role": 'system',
28
  "content": '当你的回复中涉及代码块时,请在markdown语法中标明语言类型。如果不涉及,请忽略这句话。'}]
 
22
  """
23
  # 内容背景
24
  user_background_color = '#ffffff'
25
+ gpt_background_color = '#fafbfc'
26
  # 模型初始设置
27
  initial_content_history = [{"role": 'system',
28
  "content": '当你的回复中涉及代码块时,请在markdown语法中标明语言类型。如果不涉及,请忽略这句话。'}]