rkarthur commited on
Commit
55bc404
·
verified ·
1 Parent(s): c9354b5

be explicit about bbref_id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from settings import MARCEL_ERROR, COURSE_COMPLETION_CODE
5
  from sheets import update_sheets
6
 
7
  st.title("SABR Certification Course 3 Final Assignment")
8
- st.write("""You'll need to submit your projections in .csv format, containing columns named 'MARCEL_OPS' and 'BETTER_THAN_MARCEL_OPS'.
9
  First, upload and validate the file as well as your email address. If your performance is better than MARCEL, paste in a short (~250-500 word) explanation for how you beat MARCEL.
10
  If you run into any issues, contact me at robertkarthur <at> gmail.com and I'd be happy to assist you.
11
 
 
5
  from sheets import update_sheets
6
 
7
  st.title("SABR Certification Course 3 Final Assignment")
8
+ st.write("""You'll need to submit your projections in .csv format, containing columns named 'bbref_id', 'MARCEL_OPS' and 'BETTER_THAN_MARCEL_OPS'.
9
  First, upload and validate the file as well as your email address. If your performance is better than MARCEL, paste in a short (~250-500 word) explanation for how you beat MARCEL.
10
  If you run into any issues, contact me at robertkarthur <at> gmail.com and I'd be happy to assist you.
11