Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
|
|
|
| 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})")
|