Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,6 @@ if CFG.uploaded_file is not None:
|
|
80 |
# IMPORTANT: Cache the conversion to prevent computation on every rerun
|
81 |
return df.to_csv(index=False)
|
82 |
|
83 |
-
st.table(output_df)
|
84 |
csv = convert_df(output_df)
|
85 |
|
86 |
st.download_button(
|
|
|
80 |
# IMPORTANT: Cache the conversion to prevent computation on every rerun
|
81 |
return df.to_csv(index=False)
|
82 |
|
|
|
83 |
csv = convert_df(output_df)
|
84 |
|
85 |
st.download_button(
|