shikharyashmaurya commited on
Commit
9f05d33
·
verified ·
1 Parent(s): 2242737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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
- st.write("### Available Simulations:")
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