Multichem commited on
Commit
76cdf34
·
verified ·
1 Parent(s): ae05857

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -482,6 +482,7 @@ with tab2:
482
 
483
  with tab3:
484
  st.info(t_stamp)
 
485
  col1, col2 = st.columns([1, 9])
486
  with col1:
487
  if st.button("Reset Data", key='reset3'):
 
482
 
483
  with tab3:
484
  st.info(t_stamp)
485
+ st.info("Note when creating graphs with multiple stats: The y-axis will be locked to values of the first stat you choose, so to maximize the use of the graphs you'll want to make sure that you are using compatible stats. I.E. use percentages together like GB% and FB% or average based stats like AVG and BABIP")
486
  col1, col2 = st.columns([1, 9])
487
  with col1:
488
  if st.button("Reset Data", key='reset3'):