Update app.py
Browse files
app.py
CHANGED
@@ -969,9 +969,9 @@ with gr.Blocks(css_paths="app.css",theme=theme) as demo:
|
|
969 |
with antd.Flex(gap="small", justify="space-between"):
|
970 |
btn = antd.Button("Send", type="primary", size="large")
|
971 |
boost_btn = antd.Button("Boost", type="default", size="large") # Boost 버튼 추가
|
972 |
-
execute_btn = antd.Button("Code
|
973 |
-
deploy_btn = antd.Button("
|
974 |
-
clear_btn = antd.Button("
|
975 |
|
976 |
deploy_result = gr.HTML(label="배포 결과")
|
977 |
|
|
|
969 |
with antd.Flex(gap="small", justify="space-between"):
|
970 |
btn = antd.Button("Send", type="primary", size="large")
|
971 |
boost_btn = antd.Button("Boost", type="default", size="large") # Boost 버튼 추가
|
972 |
+
execute_btn = antd.Button("Code실행", type="default", size="large")
|
973 |
+
deploy_btn = antd.Button("배포", type="default", size="large")
|
974 |
+
clear_btn = antd.Button("클리어", type="default", size="large")
|
975 |
|
976 |
deploy_result = gr.HTML(label="배포 결과")
|
977 |
|