m7mdal7aj commited on
Commit
f950e4a
1 Parent(s): 9f66bc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ elif selection == "View PDF":
54
  # Example to display a link to a PDF
55
  st.download_button(
56
  label="Download PDF",
57
- data=open("path/to/your/pdf.pdf", "rb"),
58
  file_name="example.pdf",
59
  mime="application/octet-stream"
60
  )
 
54
  # Example to display a link to a PDF
55
  st.download_button(
56
  label="Download PDF",
57
+ data=open("Files/Dissertation Report.pdf", "rb"),
58
  file_name="example.pdf",
59
  mime="application/octet-stream"
60
  )