mattritchey commited on
Commit
597fed3
·
verified ·
1 Parent(s): 60d0d59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from streamlit_plotly_events import plotly_events
16
  import warnings
17
  warnings.filterwarnings("ignore")
18
 
19
-
20
  @st.cache_data
21
  def convert_df(df):
22
  return df.to_csv(index=0).encode('utf-8')
 
16
  import warnings
17
  warnings.filterwarnings("ignore")
18
 
19
+ #
20
  @st.cache_data
21
  def convert_df(df):
22
  return df.to_csv(index=0).encode('utf-8')