seawolf2357 commited on
Commit
e8a81cf
Β·
verified Β·
1 Parent(s): b55c26c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -217,8 +217,8 @@ with gr.Blocks(css_paths="app.css") as demo:
217
  with antd.Col(span=24, md=16):
218
  with ms.Div(elem_classes="right_panel"):
219
  with antd.Flex(gap="small", elem_classes="setting-buttons"):
220
- settingPromptBtn = antd.Button(
221
- "βš™οΈ set system Prompt", type="default")
222
  codeBtn = antd.Button("πŸ§‘β€πŸ’» view code", type="default")
223
  historyBtn = antd.Button("πŸ“œ history", type="default")
224
 
 
217
  with antd.Col(span=24, md=16):
218
  with ms.Div(elem_classes="right_panel"):
219
  with antd.Flex(gap="small", elem_classes="setting-buttons"):
220
+ # settingPromptBtn = antd.Button(
221
+ # "βš™οΈ set system Prompt", type="default")
222
  codeBtn = antd.Button("πŸ§‘β€πŸ’» view code", type="default")
223
  historyBtn = antd.Button("πŸ“œ history", type="default")
224