James McCool
commited on
Commit
·
8988bbf
1
Parent(s):
326fa3b
ping
Browse files
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 |
|