amkj84 commited on
Commit
fe323b9
·
verified ·
1 Parent(s): 4928bcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -34,6 +34,7 @@ if selected_section == "Introduction":
34
  st.header("Introduction")
35
  st.write("The digestive system is a group of organs that work together to break down food into smaller parts so the body can use them for energy, growth, and repair.")
36
  st_lottie(lottie_digestive_system, height=300, key="intro_animation")
 
37
  st.balloons()
38
 
39
  elif selected_section == "Organs of the Digestive System":
@@ -50,6 +51,7 @@ elif selected_section == "Organs of the Digestive System":
50
  - **Rectum and Anus**: Store and eliminate waste.
51
  """)
52
  st.image("https://cdn.pixabay.com/photo/2017/07/25/13/01/intestine-2531936_960_720.png", caption="Illustration of Digestive Organs")
 
53
 
54
  elif selected_section == "Process of Digestion":
55
  st.header("Process of Digestion")
@@ -63,6 +65,7 @@ elif selected_section == "Process of Digestion":
63
  6. **Elimination**: Waste is eliminated through the rectum and anus.
64
  """)
65
  st.image("https://cdn.pixabay.com/photo/2017/07/25/13/01/digestive-2531937_960_720.png", caption="Step-by-step Digestive Process")
 
66
 
67
  with st.spinner("Simulating digestion..."):
68
  time.sleep(2)
@@ -104,3 +107,5 @@ elif selected_section == "Quiz":
104
 
105
  st.write("🎉 Keep learning and practicing! Great job!")
106
  st_lottie(lottie_quiz_complete, height=300, key="quiz_animation")
 
 
 
34
  st.header("Introduction")
35
  st.write("The digestive system is a group of organs that work together to break down food into smaller parts so the body can use them for energy, growth, and repair.")
36
  st_lottie(lottie_digestive_system, height=300, key="intro_animation")
37
+ st.image("https://media.giphy.com/media/3o6Zt2XHlp0Zosb6uY/giphy.gif", caption="Digestive Process (GIF)")
38
  st.balloons()
39
 
40
  elif selected_section == "Organs of the Digestive System":
 
51
  - **Rectum and Anus**: Store and eliminate waste.
52
  """)
53
  st.image("https://cdn.pixabay.com/photo/2017/07/25/13/01/intestine-2531936_960_720.png", caption="Illustration of Digestive Organs")
54
+ st.image("https://media.giphy.com/media/3o6Zt2XHlp0Zosb6uY/giphy.gif", caption="Digestive Organs (GIF)")
55
 
56
  elif selected_section == "Process of Digestion":
57
  st.header("Process of Digestion")
 
65
  6. **Elimination**: Waste is eliminated through the rectum and anus.
66
  """)
67
  st.image("https://cdn.pixabay.com/photo/2017/07/25/13/01/digestive-2531937_960_720.png", caption="Step-by-step Digestive Process")
68
+ st.image("https://media.giphy.com/media/3o6Zt2XHlp0Zosb6uY/giphy.gif", caption="Digestion in Action (GIF)")
69
 
70
  with st.spinner("Simulating digestion..."):
71
  time.sleep(2)
 
107
 
108
  st.write("🎉 Keep learning and practicing! Great job!")
109
  st_lottie(lottie_quiz_complete, height=300, key="quiz_animation")
110
+ st.image("https://media.giphy.com/media/3o6Zt2XHlp0Zosb6uY/giphy.gif", caption="Quiz Complete (GIF)")
111
+