eaglelandsonce commited on
Commit
6698fa8
·
verified ·
1 Parent(s): a763d93

Update pages/07_Physics_Test_Sets.py

Browse files
Files changed (1) hide show
  1. pages/07_Physics_Test_Sets.py +1 -1
pages/07_Physics_Test_Sets.py CHANGED
@@ -16,6 +16,6 @@ def create_pdf_link(pdf_name, file_path):
16
  with col1:
17
  create_pdf_link("Electrodynamics Test Set 1", os.path.join("psets", "eJackson_set1.pdf"))
18
  with col2:
19
- create_pdf_link("riffiths Example", os.path.join("psets", "Griffiths_Example.pdf"))
20
 
21
  # Add more columns and rows as needed for additional PDFs
 
16
  with col1:
17
  create_pdf_link("Electrodynamics Test Set 1", os.path.join("psets", "eJackson_set1.pdf"))
18
  with col2:
19
+ create_pdf_link("Griffiths Example", os.path.join("psets", "Griffiths_Example.pdf"))
20
 
21
  # Add more columns and rows as needed for additional PDFs