Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -295,7 +295,7 @@ with tab4:
|
|
295 |
|
296 |
with tab5:
|
297 |
st.info(t_stamp)
|
298 |
-
st.info('The Over and Under percentages are a
|
299 |
if st.button("Reset Data/Load Data", key='reset5'):
|
300 |
st.cache_data.clear()
|
301 |
game_model, player_stats, prop_frame, timestamp = init_baselines()
|
@@ -477,5 +477,4 @@ with tab5:
|
|
477 |
file_name='Nba_prop_proj.csv',
|
478 |
mime='text/csv',
|
479 |
key='prop_proj',
|
480 |
-
)
|
481 |
-
|
|
|
295 |
|
296 |
with tab5:
|
297 |
st.info(t_stamp)
|
298 |
+
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.')
|
299 |
if st.button("Reset Data/Load Data", key='reset5'):
|
300 |
st.cache_data.clear()
|
301 |
game_model, player_stats, prop_frame, timestamp = init_baselines()
|
|
|
477 |
file_name='Nba_prop_proj.csv',
|
478 |
mime='text/csv',
|
479 |
key='prop_proj',
|
480 |
+
)
|
|