Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def main():
|
|
52 |
|
53 |
|
54 |
st.subheader("PDF Viewer")
|
55 |
-
pdf_path = "
|
56 |
if st.button('Show PDF'):
|
57 |
st.session_state.pdf_path = pdf_path
|
58 |
|
|
|
52 |
|
53 |
|
54 |
st.subheader("PDF Viewer")
|
55 |
+
pdf_path = "fy2024.pdf"
|
56 |
if st.button('Show PDF'):
|
57 |
st.session_state.pdf_path = pdf_path
|
58 |
|