Nechba commited on
Commit
30582c7
·
verified ·
1 Parent(s): 2b40e00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}.xslx"
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",