Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,5 @@ import streamlit as st
|
|
| 2 |
|
| 3 |
st.title("Physics Simulations")
|
| 4 |
st.write("Welcome to the physics simulations app! Use the sidebar to select a simulation and explore various physics phenomena interactively.")
|
| 5 |
-
|
| 6 |
-
st.write("- **Pendulum**: Simulate the motion of a simple pendulum.")
|
| 7 |
-
st.write("- **Projectile**: Simulate projectile motion with optional air resistance.")
|
| 8 |
# Add more descriptions for other simulations as you include them
|
|
|
|
| 2 |
|
| 3 |
st.title("Physics Simulations")
|
| 4 |
st.write("Welcome to the physics simulations app! Use the sidebar to select a simulation and explore various physics phenomena interactively.")
|
| 5 |
+
|
|
|
|
|
|
|
| 6 |
# Add more descriptions for other simulations as you include them
|