Update app.py
Browse files
app.py
CHANGED
@@ -147,43 +147,7 @@ st.markdown(
|
|
147 |
font-size: 18px;
|
148 |
}
|
149 |
}
|
150 |
-
|
151 |
-
/* 태블릿 화면 스타일 */
|
152 |
-
@media only screen and (min-width: 601px) and (max-width: 1024px) {
|
153 |
-
.stFileUploader label,
|
154 |
-
.stRadio label,
|
155 |
-
.stButton button,
|
156 |
-
.survey-1 {
|
157 |
-
font-size: 18px;
|
158 |
-
}
|
159 |
-
.custom-caption-1,
|
160 |
-
.custom-caption-2 {
|
161 |
-
font-size: 28px;
|
162 |
-
padding: 0 0 40px 0;
|
163 |
-
}
|
164 |
-
.stButton button {
|
165 |
-
width: 75%;
|
166 |
-
font-size: 20px;
|
167 |
-
}
|
168 |
-
}
|
169 |
-
|
170 |
-
/* 데스크톱 화면 스타일 */
|
171 |
-
@media only screen and (min-width: 1025px) {
|
172 |
-
.stFileUploader label,
|
173 |
-
.stRadio label,
|
174 |
-
.stButton button,
|
175 |
-
.survey-1 {
|
176 |
-
font-size: 20px;
|
177 |
-
}
|
178 |
-
.custom-caption-1,
|
179 |
-
.custom-caption-2 {
|
180 |
-
font-size: 36px;
|
181 |
-
padding: 0 0 200px 0;
|
182 |
-
}
|
183 |
-
.stButton button {
|
184 |
-
width: 50%;
|
185 |
-
font-size: 25px;
|
186 |
-
}
|
187 |
}
|
188 |
</style>
|
189 |
""",
|
|
|
147 |
font-size: 18px;
|
148 |
}
|
149 |
}
|
150 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
}
|
152 |
</style>
|
153 |
""",
|