liberatoratif commited on
Commit
0e039b2
1 Parent(s): 321d4b8

Update feynnlab.py

Browse files
Files changed (1) hide show
  1. feynnlab.py +1 -1
feynnlab.py CHANGED
@@ -35,7 +35,7 @@ st.markdown(
35
  unsafe_allow_html=True,
36
  )
37
  var = 0
38
- with open("C:\\Users\\Dell\\Downloads\\INVENTORY MANAGEMENT SYSTEM - A TAILORED APPROACH.pdf", "rb") as pdf_file:
39
  PDFbyte = pdf_file.read()
40
 
41
  with st.sidebar:
 
35
  unsafe_allow_html=True,
36
  )
37
  var = 0
38
+ with open("ATIF_SHAIK.pdf", "rb") as pdf_file:
39
  PDFbyte = pdf_file.read()
40
 
41
  with st.sidebar: