Multichem commited on
Commit
991f67f
·
verified ·
1 Parent(s): 6fbe290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ gcservice_account, client, db = init_conn()
44
 
45
  MLB_Data = 'https://docs.google.com/spreadsheets/d/1f42Ergav8K1VsOLOK9MUn7DM_MLMvv4GR2Fy7EfnZTc/edit#gid=340831852'
46
 
47
- percentages_format = {'Freq': '{:.2%}'}
48
 
49
  @st.cache_resource(ttl = 599)
50
  def init_baselines():
 
44
 
45
  MLB_Data = 'https://docs.google.com/spreadsheets/d/1f42Ergav8K1VsOLOK9MUn7DM_MLMvv4GR2Fy7EfnZTc/edit#gid=340831852'
46
 
47
+ percentages_format = {'Exposure': '{:.2%}'}
48
 
49
  @st.cache_resource(ttl = 599)
50
  def init_baselines():