seawolf2357 commited on
Commit
0f713f6
·
verified ·
1 Parent(s): 1bac084

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks(css_paths="app.css") as demo:
147
  with ms.Application() as app:
148
  with antd.ConfigProvider():
149
  # 메인 컨텐츠 영역
150
- with antd.Row(gutter=[32, 12], style={"margin-bottom": "24px"}) as layout:
151
  # 좌측 패널
152
  with antd.Col(span=24, md=8):
153
  with antd.Flex(vertical=True, gap="middle", wrap=True):
 
147
  with ms.Application() as app:
148
  with antd.ConfigProvider():
149
  # 메인 컨텐츠 영역
150
+ with antd.Row(gutter=[32, 12], elem_classes="main-content") as layout: # style 대신 elem_classes 사용
151
  # 좌측 패널
152
  with antd.Col(span=24, md=8):
153
  with antd.Flex(vertical=True, gap="middle", wrap=True):