Spaces:
Sleeping
Sleeping
Create 05_Physics_Simulators.py
Browse files
pages/05_Physics_Simulators.py
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
|
3 |
+
st.title("Physics Simulators")
|
4 |
+
|
5 |
+
st.write("Select a simulator to view:")
|
6 |
+
|
7 |
+
st.markdown("[PHY 504: Advanced Mechanics](https://chatgpt.com/g/g-1L0f7dbd2-phy-504-advanced-mechanics-simulator)")
|
8 |
+
st.markdown("[PHY 611: Electromagnetic Theory I](https://dummylink.com)")
|
9 |
+
st.markdown("[PHY 613: Electromagnetic Theory II](https://dummylink.com)")
|
10 |
+
st.markdown("[PHY 614: Quantum Mechanics I](https://dummylink.com)")
|
11 |
+
st.markdown("[PHY 615: Quantum Mechanics II](https://dummylink.com)")
|
12 |
+
st.markdown("[PHY 632: Statistical Mechanics](https://dummylink.com)")
|