Update app.py
Browse files
app.py
CHANGED
@@ -182,8 +182,8 @@ def format_df_html(df):
|
|
182 |
<div style="margin-bottom: 5px;">
|
183 |
<span style="font-size: 18px; font-weight: bold;">[{i+1}] {row['지표명']}</span><br>
|
184 |
<span style="font-size: 13px; color: gray;">{row['비고']}</span><br>
|
185 |
-
<div style="margin-top: 5px; font-size: 14px; color: #333;">{row['산식']}
|
186 |
-
|
187 |
</div>
|
188 |
"""
|
189 |
return html
|
|
|
182 |
<div style="margin-bottom: 5px;">
|
183 |
<span style="font-size: 18px; font-weight: bold;">[{i+1}] {row['지표명']}</span><br>
|
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>
|
188 |
"""
|
189 |
return html
|