cnp-ai commited on
Commit
6220b72
·
verified ·
1 Parent(s): 15744c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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['산식']}</div>
186
- <br></br>
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