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