jake2004 commited on
Commit
19959fd
·
verified ·
1 Parent(s): 183b9c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ if API_KEY:
129
  label=f"📥 Download {file_name}",
130
  data=output.getvalue(),
131
  file_name=file_name,
132
- mime="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
133
  )
134
 
135
  # 🗨️ Chat with TinyLlama about Timetable Conflicts
 
129
  label=f"📥 Download {file_name}",
130
  data=output.getvalue(),
131
  file_name=file_name,
132
+ mime="application/octet-stream" # FIXED MIME TYPE
133
  )
134
 
135
  # 🗨️ Chat with TinyLlama about Timetable Conflicts