Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ def format_df_html(df):
|
|
184 |
<span style="font-size: 13px; color: gray;">{row['비고']}</span><br>
|
185 |
<div style="margin-top: 5px; font-size: 14px; color: #333;">{row['산식']}
|
186 |
</div>
|
187 |
-
<div style="
|
188 |
</div>
|
189 |
"""
|
190 |
return html
|
@@ -336,7 +336,7 @@ css = """
|
|
336 |
.v_check label {
|
337 |
max-width: 80%; /* 전체 너비 유지 */
|
338 |
padding: 2px; /* 내부 여백 조정 */
|
339 |
-
margin-bottom:
|
340 |
border: 1px solid transparent !important;
|
341 |
letter-spacing: -1px !important; /* 자간 좁게 설정*/
|
342 |
justify-content: center;
|
|
|
184 |
<span style="font-size: 13px; color: gray;">{row['비고']}</span><br>
|
185 |
<div style="margin-top: 5px; font-size: 14px; color: #333;">{row['산식']}
|
186 |
</div>
|
187 |
+
<div style="height: 8px;"></div>
|
188 |
</div>
|
189 |
"""
|
190 |
return html
|
|
|
336 |
.v_check label {
|
337 |
max-width: 80%; /* 전체 너비 유지 */
|
338 |
padding: 2px; /* 내부 여백 조정 */
|
339 |
+
margin-bottom: 46px; /* 라벨 간 간격 설정 */
|
340 |
border: 1px solid transparent !important;
|
341 |
letter-spacing: -1px !important; /* 자간 좁게 설정*/
|
342 |
justify-content: center;
|