Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -664,9 +664,7 @@ css = """
|
|
664 |
/* 1) UI๋ฅผ ์ฒ์๋ถํฐ ๊ฐ์ฅ ๋๊ฒ (width 100%) ๊ณ ์ ํ์ฌ ํ์ */
|
665 |
.gradio-container {
|
666 |
background: rgba(255, 255, 255, 0.95);
|
667 |
-
/* border-radius: 15px; - ๋ฌธ์ ๋ถ๋ถ ์ ๊ฑฐ */
|
668 |
padding: 30px 40px;
|
669 |
-
/* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3); - ํน์ ๋ชจ๋ฅผ ๋ฌธ์ ๋ถ๋ถ ์ ๊ฑฐ */
|
670 |
margin: 20px auto; /* ์์๋ ์ฌ๋ฐฑ๋ง ์ ์ง */
|
671 |
width: 100% !important;
|
672 |
max-width: none !important; /* 1200px ์ ํ ์ ๊ฑฐ */
|
|
|
664 |
/* 1) UI๋ฅผ ์ฒ์๋ถํฐ ๊ฐ์ฅ ๋๊ฒ (width 100%) ๊ณ ์ ํ์ฌ ํ์ */
|
665 |
.gradio-container {
|
666 |
background: rgba(255, 255, 255, 0.95);
|
|
|
667 |
padding: 30px 40px;
|
|
|
668 |
margin: 20px auto; /* ์์๋ ์ฌ๋ฐฑ๋ง ์ ์ง */
|
669 |
width: 100% !important;
|
670 |
max-width: none !important; /* 1200px ์ ํ ์ ๊ฑฐ */
|