bgamazay commited on
Commit
ed0237e
·
verified ·
1 Parent(s): 8fa8434

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -110,11 +110,10 @@ def generate_info_callout(ratio, scope_text):
110
  return (
111
  f'<div style="text-align: right;">'
112
  f'<div class="info-callout" style="display:inline-block; max-width:250px; font-size:0.8em; background-color:#e6ffe6; padding:8px; border-radius:5px;">'
113
- f'💡 There\'s a <strong style="color: white !important;">{ratio:,.1f}x</strong> difference between the highest and lowest energy use in {scope_text}.'
114
  f'</div></div>'
115
  )
116
 
117
-
118
  def get_global_callout():
119
  all_df = pd.DataFrame()
120
  for task in tasks:
 
110
  return (
111
  f'<div style="text-align: right;">'
112
  f'<div class="info-callout" style="display:inline-block; max-width:250px; font-size:0.8em; background-color:#e6ffe6; padding:8px; border-radius:5px;">'
113
+ f'💡 There\'s a <strong style="color: black !important;">{ratio:,.1f}x</strong> difference between the highest and lowest energy use in {scope_text}.'
114
  f'</div></div>'
115
  )
116
 
 
117
  def get_global_callout():
118
  all_df = pd.DataFrame()
119
  for task in tasks: