awacke1's picture
Create app.py
2c2f647
raw
history blame
1.42 kB
import streamlit as st
def main():
st.title("Dromedary Species FAQ πŸͺ")
st.markdown("""
## Table of Contents
1. [Introduction](#introduction)
2. [Physical Characteristics](#physical-characteristics)
3. [Habitat](#habitat)
4. [Diet](#diet)
5. [Unique Features](#unique-features) 🌟
6. [Blood Cell Biology](#blood-cell-biology) πŸ’‰
7. [FAQs](#faqs) ❓
8. [Further Reading](#further-reading) πŸ“š
9. [References](#references) πŸ“
""")
st.markdown("## 1. Introduction <a name='introduction'></a>")
st.markdown("""
1.1. What is a Dromedary? πŸͺ
A dromedary is a species of camel with a single hump.
1.2. Where are they commonly found? 🌍
They are commonly found in the Middle East, North Africa, and South Asia.
""")
# ... and so on for other sections
st.markdown("## 5. Unique Features 🌟 <a name='unique-features'></a>")
st.markdown("""
5.1. Single Hump πŸͺ
The single hump stores fat, which can be converted to water and energy.
5.2. Specialized Feet 🦢
Broad, flat feet for walking long distances in sand.
5.3. Long Eyelashes and Nostrils πŸ‘€
Adapted to keep out sand and dust.
5.4. Temperature Regulation 🌑️
Can withstand high body temperatures to reduce sweating and conserve water.
""")
st.markdown("## 6. Blood Cell Biology