Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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')
|