narendra-bluebash commited on
Commit
aa10017
·
verified ·
1 Parent(s): 63cc6b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def main():
52
 
53
 
54
  st.subheader("PDF Viewer")
55
- pdf_path = "data/fy2024.pdf"
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