Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,14 @@ st.set_page_config(
|
|
46 |
|
47 |
PromptPrefix = 'Create a markdown outline and table with appropriate emojis for body map which define the definition parts, function, conditions of the topic of '
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
# -----------------------------------------------------------------Art Card Sidebar:
|
51 |
import base64
|
|
|
46 |
|
47 |
PromptPrefix = 'Create a markdown outline and table with appropriate emojis for body map which define the definition parts, function, conditions of the topic of '
|
48 |
|
49 |
+
st.markdown('''### 🧠💪 BodyMapAI
|
50 |
+
Navigate the Wonders of the Human Anatomy. Explore the intricacies of the human body with Body Map AI. This interactive tool offers a unique journey through various organs and conditions, providing valuable insights and understanding.
|
51 |
+
- **Interactive Body Exploration:** Dive into an immersive experience with a detailed map of the human body. Discover the functions, secrets, and complexities of different organs.
|
52 |
+
- **Health and Condition Insights:** Gain knowledge about various health conditions, their impacts on the body, and preventive measures.
|
53 |
+
- **Educational Journey:** Whether you're a student, educator, or health enthusiast, Body Map AI serves as your guide to better understand the human anatomy.
|
54 |
+
- **Accessible Learning:** With an easy-to-navigate interface, learning about the body has never been more accessible and engaging.
|
55 |
+
- **Query Parameter Usage:** Input specific terms related to body parts or conditions in the URL query, such as `?q=Heart` or `?q=Arthritis`, to delve into detailed insights and information.
|
56 |
+
Welcome to Body Map AI, where the journey through the human body begins.''')
|
57 |
|
58 |
# -----------------------------------------------------------------Art Card Sidebar:
|
59 |
import base64
|