Spaces:
Running
Running
James McCool
commited on
Commit
·
8724f58
1
Parent(s):
f1a67c9
added warning to Stat Specific Sims
Browse files
app.py
CHANGED
@@ -342,6 +342,7 @@ with tab4:
|
|
342 |
with tab5:
|
343 |
st.info(t_stamp)
|
344 |
st.info('The Over and Under percentages are a composite percentage based on simulations, historical performance, and implied probabilities, and may be different than you would expect based purely on the median projection. Likewise, the Edge of a bet is not the only indicator of if you should make the bet or not as the suggestion is using a base acceptable threshold to determine how much edge you should have for each stat category.')
|
|
|
345 |
if st.button("Reset Data/Load Data", key='reset5'):
|
346 |
st.cache_data.clear()
|
347 |
game_model, raw_baselines, player_stats, prop_frame, pick_frame, timestamp = init_baselines()
|
|
|
342 |
with tab5:
|
343 |
st.info(t_stamp)
|
344 |
st.info('The Over and Under percentages are a composite percentage based on simulations, historical performance, and implied probabilities, and may be different than you would expect based purely on the median projection. Likewise, the Edge of a bet is not the only indicator of if you should make the bet or not as the suggestion is using a base acceptable threshold to determine how much edge you should have for each stat category.')
|
345 |
+
st.warning('This model is currently down for maintence and will be back up soon! use the Player Prop Simulations if you wish to check on specific props.')
|
346 |
if st.button("Reset Data/Load Data", key='reset5'):
|
347 |
st.cache_data.clear()
|
348 |
game_model, raw_baselines, player_stats, prop_frame, pick_frame, timestamp = init_baselines()
|