Update app.py
Browse files
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],
|
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):
|