Spaces:
Running
Running
James McCool
commited on
Commit
·
ae47daa
1
Parent(s):
1fd8c30
Add header for NBA DFS Pivot Tool
Browse files
app.py
CHANGED
@@ -77,6 +77,7 @@ def convert_df_to_csv(df):
|
|
77 |
proj_raw, timestamp = init_stat_load()
|
78 |
t_stamp = f"Last Update: " + str(timestamp) + f" CST"
|
79 |
|
|
|
80 |
with st.expander("Info and Filters"):
|
81 |
st.info(t_stamp)
|
82 |
if st.button("Load/Reset Data", key='reset1'):
|
|
|
77 |
proj_raw, timestamp = init_stat_load()
|
78 |
t_stamp = f"Last Update: " + str(timestamp) + f" CST"
|
79 |
|
80 |
+
st.header("NBA DFS Pivot Tool")
|
81 |
with st.expander("Info and Filters"):
|
82 |
st.info(t_stamp)
|
83 |
if st.button("Load/Reset Data", key='reset1'):
|