Update app.py
Browse files
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 |
-
|
221 |
-
|
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 |
|