Spaces:
Sleeping
Sleeping
Update pages/07_Physics_Test_Sets.py
Browse files
pages/07_Physics_Test_Sets.py
CHANGED
@@ -15,5 +15,7 @@ def create_pdf_link(pdf_name, file_path):
|
|
15 |
# Display the first PDF link as a clickable download button in the first column
|
16 |
with col1:
|
17 |
create_pdf_link("Electrodynamics Test Set 1", os.path.join("psets", "eJackson_set1.pdf"))
|
|
|
|
|
18 |
|
19 |
# Add more columns and rows as needed for additional PDFs
|
|
|
15 |
# Display the first PDF link as a clickable download button in the first column
|
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
|