seawolf2357 commited on
Commit
21f5e63
ยท
verified ยท
1 Parent(s): 49957f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -12
app.py CHANGED
@@ -741,6 +741,8 @@ with gr.Blocks(css_paths="app.css",theme=theme) as demo:
741
  # ๋ฉ”์ธ ์ปจํ…์ธ ๋ฅผ ์œ„ํ•œ Row
742
  with antd.Row(gutter=[32, 12]) as layout:
743
  # ์ขŒ์ธก ํŒจ๋„
 
 
744
  with antd.Col(span=24, md=8):
745
  with antd.Flex(vertical=True, gap="middle", wrap=True):
746
  header = gr.HTML(f"""
@@ -756,19 +758,14 @@ with gr.Blocks(css_paths="app.css",theme=theme) as demo:
756
  placeholder=random.choice(DEMO_LIST)['description']
757
  )
758
 
759
- # ๋ฒ„ํŠผ๋“ค์„ ๊ฐ€๋กœ๋กœ ๋ฐฐ์น˜ํ•˜๊ธฐ ์œ„ํ•œ Flex ์ปจํ…Œ์ด๋„ˆ
760
- with antd.Flex(vertical=True, gap="middle"):
761
- with antd.Flex(gap="small", justify="space-between"):
762
- btn = antd.Button("Send", type="primary", size="large")
763
- execute_btn = antd.Button("Code ์‹คํ–‰", type="default", size="large")
764
- clear_btn = antd.Button("Clear", type="default", size="large")
765
-
766
- with antd.Flex(gap="small", justify="space-between"):
767
- btn = antd.Button("Send", type="primary", size="large")
768
- execute_btn = antd.Button("Code ์‹คํ–‰", type="default", size="large")
769
- clear_btn = antd.Button("Clear", type="default", size="large")
770
 
771
- # ์šฐ์ธก ํŒจ๋„ ๋ถ€๋ถ„
772
  with antd.Col(span=24, md=16):
773
  with ms.Div(elem_classes="right_panel"):
774
  with antd.Flex(gap="small", elem_classes="setting-buttons"):
 
741
  # ๋ฉ”์ธ ์ปจํ…์ธ ๋ฅผ ์œ„ํ•œ Row
742
  with antd.Row(gutter=[32, 12]) as layout:
743
  # ์ขŒ์ธก ํŒจ๋„
744
+
745
+ # ์ขŒ์ธก ํŒจ๋„ ๋ถ€๋ถ„์„ ๋‹ค์Œ๊ณผ ๊ฐ™์ด ์ˆ˜์ •
746
  with antd.Col(span=24, md=8):
747
  with antd.Flex(vertical=True, gap="middle", wrap=True):
748
  header = gr.HTML(f"""
 
758
  placeholder=random.choice(DEMO_LIST)['description']
759
  )
760
 
761
+ # ๋ฒ„ํŠผ๋“ค์„ ๊ฐ€๋กœ๋กœ ๋ฐฐ์น˜ํ•˜๊ธฐ ์œ„ํ•œ Flex ์ปจํ…Œ์ด๋„ˆ (ํ•œ ๋ฒˆ๋งŒ ์ถœ๋ ฅ)
762
+ with antd.Flex(gap="small", justify="space-between"):
763
+ btn = antd.Button("Send", type="primary", size="large")
764
+ execute_btn = antd.Button("Code ์‹คํ–‰", type="default", size="large")
765
+ clear_btn = antd.Button("Clear", type="default", size="large")
766
+
 
 
 
 
 
767
 
768
+
769
  with antd.Col(span=24, md=16):
770
  with ms.Div(elem_classes="right_panel"):
771
  with antd.Flex(gap="small", elem_classes="setting-buttons"):