Spaces:
Sleeping
Sleeping
arborvitae
commited on
Commit
•
2bf4887
1
Parent(s):
9a7b6d5
Update app.py
Browse files
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 = "
|
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
|