arborvitae commited on
Commit
2bf4887
1 Parent(s): 9a7b6d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def get_file_size(file):
88
  return file_size
89
 
90
  # Specify the path to your PDF document directly
91
- filepath = "path_to_your_pdf.pdf"
92
 
93
  @st.cache_data
94
  #function to display the PDF of a given file
 
88
  return file_size
89
 
90
  # Specify the path to your PDF document directly
91
+ filepath = "removed_null.pdf"
92
 
93
  @st.cache_data
94
  #function to display the PDF of a given file