openfree commited on
Commit
8c55505
·
verified ·
1 Parent(s): 8d2641c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -996,7 +996,7 @@ with gr.Blocks(css_paths=["app.css"], theme=theme) as demo:
996
  """)
997
  # ── (1) 상단 메뉴 Bar (코드보기, 히스토리, 템플릿=단 하나) ──
998
  with antd.Flex(gap="small", elem_classes="setting-buttons", justify="end"):
999
- codeBtn = antd.Button("🧑‍💻코드 ", type="default")
1000
  historyBtn = antd.Button("📜히스토리", type="default")
1001
  template_btn = antd.Button("🎮템플릿", type="default")
1002
 
 
996
  """)
997
  # ── (1) 상단 메뉴 Bar (코드보기, 히스토리, 템플릿=단 하나) ──
998
  with antd.Flex(gap="small", elem_classes="setting-buttons", justify="end"):
999
+ codeBtn = antd.Button("🧑‍💻코드 보기", type="default")
1000
  historyBtn = antd.Button("📜히스토리", type="default")
1001
  template_btn = antd.Button("🎮템플릿", type="default")
1002