Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ if uploaded_files and api_key:
|
|
159 |
|
160 |
# Download button
|
161 |
timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
|
162 |
-
csv_filename = f"{uploaded_file.name}_analysis_{timestamp}.
|
163 |
|
164 |
st.download_button(
|
165 |
label="Download Analysis",
|
|
|
159 |
|
160 |
# Download button
|
161 |
timestamp = datetime.now().strftime("%Y%m%d_%H%M%S")
|
162 |
+
csv_filename = f"{uploaded_file.name}_analysis_{timestamp}.xlsx"
|
163 |
|
164 |
st.download_button(
|
165 |
label="Download Analysis",
|