awacke1 commited on
Commit
362e88d
Β·
1 Parent(s): 2c2f647

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +35 -1
app.py CHANGED
@@ -42,4 +42,38 @@ def main():
42
  Can withstand high body temperatures to reduce sweating and conserve water.
43
  """)
44
 
45
- st.markdown("## 6. Blood Cell Biology
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  Can withstand high body temperatures to reduce sweating and conserve water.
43
  """)
44
 
45
+ st.markdown("## 6. Blood Cell Biology πŸ’‰ <a name='blood-cell-biology'></a>")
46
+ st.markdown("""
47
+ ### 6.1. Overview of Blood Cells
48
+ 6.1.1. Role in water storage πŸ’§
49
+ The blood cells in dromedaries have adapted to store water efficiently.
50
+
51
+ 6.1.2. Cell shape and size 🟠
52
+ The cells are oval and smaller compared to other mammals to maximize surface area to volume ratio.
53
+
54
+ ### 6.2. Red Blood Cells
55
+ 6.2.1. Unique shape 🟠
56
+ Oval-shaped to increase surface area.
57
+
58
+ 6.2.2. Oxygen-carrying capacity 🌬️
59
+ High hemoglobin content for efficient oxygen transport.
60
+
61
+ # ... and so on for other sub-sections
62
+ """)
63
+
64
+ st.markdown("## 7. FAQs ❓ <a name='faqs'></a>")
65
+ st.markdown("""
66
+ 7.1. How do Dromedaries survive without water? 🌡
67
+ Their blood cell biology allows them to store water efficiently.
68
+
69
+ 7.2. Are they domesticated or wild? 🏠
70
+ Both. Some are domesticated for transportation and carrying goods, while some are wild.
71
+
72
+ 7.3. What's the difference between a Dromedary and a Bactrian camel? πŸ€”
73
+ A Dromedary has one hump, while a Bactrian camel has two.
74
+ """)
75
+
76
+ # ... and so on for other sections
77
+
78
+ if __name__ == '__main__':
79
+ main()