James McCool commited on
Commit
8988bbf
·
1 Parent(s): 326fa3b
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -283,7 +283,6 @@ if selected_tab == 'Data Load':
283
  st.session_state['csv_file']['Team'] = 'NASCAR'
284
 
285
  st.session_state['csv_file']['Position'] = st.session_state['csv_file']['Position'].replace('D', 'DST', regex=False)
286
- print(st.session_state['csv_file'][st.session_state['csv_file']['Position'] == 'DST'])
287
  st.success('Projections file loaded successfully!')
288
  st.dataframe(st.session_state['csv_file'].head(10))
289
 
 
283
  st.session_state['csv_file']['Team'] = 'NASCAR'
284
 
285
  st.session_state['csv_file']['Position'] = st.session_state['csv_file']['Position'].replace('D', 'DST', regex=False)
 
286
  st.success('Projections file loaded successfully!')
287
  st.dataframe(st.session_state['csv_file'].head(10))
288