Spaces:
Running
Running
James McCool
commited on
Commit
·
14693dd
1
Parent(s):
a971ff0
maybe it is not an array
Browse files
app.py
CHANGED
@@ -535,7 +535,7 @@ with tab2:
|
|
535 |
|
536 |
st.download_button(
|
537 |
label="Export player frequency",
|
538 |
-
data=
|
539 |
file_name='NBA_player_frequency.csv',
|
540 |
mime='text/csv',
|
541 |
)
|
|
|
535 |
|
536 |
st.download_button(
|
537 |
label="Export player frequency",
|
538 |
+
data=convert_df_to_csv(summary_df),
|
539 |
file_name='NBA_player_frequency.csv',
|
540 |
mime='text/csv',
|
541 |
)
|