Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|