Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -664,9 +664,9 @@ 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 ์ ํ ์ ๊ฑฐ */
|
@@ -679,7 +679,7 @@ css = """
|
|
679 |
|
680 |
/* 2) ๋ฐฐ๊ฒฝ์ ์ฐํ๊ณ ํฌ๋ช
ํ ํ์คํ
ํค ๊ทธ๋ผ๋์ธํธ๋ก ๋ณ๊ฒฝ */
|
681 |
body {
|
682 |
-
background:
|
683 |
margin: 0;
|
684 |
padding: 0;
|
685 |
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
@@ -688,20 +688,21 @@ body {
|
|
688 |
|
689 |
/* ๋ฒํผ ์์๋ ๊ธฐ์กด์ ์ง์ ๋ถ์-์ฃผํฉ โ ํ์คํ
๊ณ์ด๋ก ์ฐํ๊ฒ */
|
690 |
button, .btn {
|
691 |
-
background:
|
692 |
border: none;
|
693 |
color: #333; /* ๊ธ์ ์ ๋ณด์ด๋๋ก ์ฝ๊ฐ ์งํ ๊ธ์จ */
|
694 |
padding: 12px 24px;
|
695 |
text-transform: uppercase;
|
696 |
font-weight: bold;
|
697 |
letter-spacing: 1px;
|
698 |
-
border-radius: 5px;
|
699 |
cursor: pointer;
|
700 |
-
transition: transform 0.2s ease-in-out;
|
701 |
}
|
702 |
|
703 |
button:hover, .btn:hover {
|
704 |
-
transform: scale(1.03);
|
|
|
705 |
}
|
706 |
|
707 |
#examples_container {
|
@@ -725,7 +726,6 @@ title_html = """
|
|
725 |
|
726 |
|
727 |
|
728 |
-
|
729 |
with gr.Blocks(css=css, title="Gemma3-uncensored-R27B") as demo:
|
730 |
gr.Markdown(title_html)
|
731 |
|
|
|
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 ์ ํ ์ ๊ฑฐ */
|
|
|
679 |
|
680 |
/* 2) ๋ฐฐ๊ฒฝ์ ์ฐํ๊ณ ํฌ๋ช
ํ ํ์คํ
ํค ๊ทธ๋ผ๋์ธํธ๋ก ๋ณ๊ฒฝ */
|
681 |
body {
|
682 |
+
background: #f5f5f5; /* ๊ทธ๋ผ๋์ธํธ ๋์ ๋จ์ ์ฌ์ฉ */
|
683 |
margin: 0;
|
684 |
padding: 0;
|
685 |
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
|
688 |
|
689 |
/* ๋ฒํผ ์์๋ ๊ธฐ์กด์ ์ง์ ๋ถ์-์ฃผํฉ โ ํ์คํ
๊ณ์ด๋ก ์ฐํ๊ฒ */
|
690 |
button, .btn {
|
691 |
+
background: #ffb6c1 !important; /* ๊ทธ๋ผ๋์ธํธ ๋์ ๋จ์ ์ฌ์ฉ */
|
692 |
border: none;
|
693 |
color: #333; /* ๊ธ์ ์ ๋ณด์ด๋๋ก ์ฝ๊ฐ ์งํ ๊ธ์จ */
|
694 |
padding: 12px 24px;
|
695 |
text-transform: uppercase;
|
696 |
font-weight: bold;
|
697 |
letter-spacing: 1px;
|
698 |
+
/* border-radius: 5px; - ๋ฌธ์ ๋ถ๋ถ ์ ๊ฑฐ */
|
699 |
cursor: pointer;
|
700 |
+
/* transition: transform 0.2s ease-in-out; - ํน์ ๋ชจ๋ฅผ ๋ฌธ์ ๋ถ๋ถ ์ ๊ฑฐ */
|
701 |
}
|
702 |
|
703 |
button:hover, .btn:hover {
|
704 |
+
/* transform: scale(1.03); - ํน์ ๋ชจ๋ฅผ ๋ฌธ์ ๋ถ๋ถ ์ ๊ฑฐ */
|
705 |
+
background: #ff69b4 !important;
|
706 |
}
|
707 |
|
708 |
#examples_container {
|
|
|
726 |
|
727 |
|
728 |
|
|
|
729 |
with gr.Blocks(css=css, title="Gemma3-uncensored-R27B") as demo:
|
730 |
gr.Markdown(title_html)
|
731 |
|