Update app.py
Browse files
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("
|
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 |
)
|