newoz commited on
Commit
b28a803
·
1 Parent(s): ae32d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,4 +109,4 @@ if uploaded_file is not None:
109
  prs.save(presentation_path)
110
 
111
  # Display the link to download the PowerPoint file
112
- st.markdown(f"Download the PowerPoint presentation: [PowerPoint File]({presentation_path})")
 
109
  prs.save(presentation_path)
110
 
111
  # Display the link to download the PowerPoint file
112
+ st.download_button(f"Download the PowerPoint presentation: [PowerPoint File]({presentation_path})")