Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = {'
|
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():
|