Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -157,13 +157,13 @@ if "df" in st.session_state and llm:
|
|
| 157 |
st.error(f"Error: {e}")
|
| 158 |
|
| 159 |
# Download processed dataset
|
| 160 |
-
st.write("### Download Processed Dataset")
|
| 161 |
-
st.download_button(
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
)
|
| 167 |
|
| 168 |
# Sidebar instructions
|
| 169 |
with st.sidebar:
|
|
|
|
| 157 |
st.error(f"Error: {e}")
|
| 158 |
|
| 159 |
# Download processed dataset
|
| 160 |
+
#st.write("### Download Processed Dataset")
|
| 161 |
+
#st.download_button(
|
| 162 |
+
# label="Download Dataset as CSV",
|
| 163 |
+
# data=df.to_csv(index=False),
|
| 164 |
+
# file_name="processed_dataset.csv",
|
| 165 |
+
# mime="text/csv"
|
| 166 |
+
#)
|
| 167 |
|
| 168 |
# Sidebar instructions
|
| 169 |
with st.sidebar:
|