awacke1 commited on
Commit
39fef5e
·
verified ·
1 Parent(s): 4dc1da5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -48,13 +48,14 @@ PromptPrefix = 'Create a markdown outline and table with appropriate emojis for
48
  PromptPrefix2 = 'Create a streamlit python user interface full code listing and app with appropriate emojis for body map which define the definition parts, function, conditions of the topic of '
49
 
50
  st.markdown('''### 🧠💪 BodyMapAI
51
- 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.
52
- - **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.
53
- - **Health and Condition Insights:** Gain knowledge about various health conditions, their impacts on the body, and preventive measures.
54
- - **Educational Journey:** Whether you're a student, educator, or health enthusiast, Body Map AI serves as your guide to better understand the human anatomy.
55
- - **Accessible Learning:** With an easy-to-navigate interface, learning about the body has never been more accessible and engaging.
56
- - **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.
57
- Welcome to Body Map AI, where the journey through the human body begins.''')
 
58
 
59
  # -----------------------------------------------------------------Art Card Sidebar:
60
  import base64
 
48
  PromptPrefix2 = 'Create a streamlit python user interface full code listing and app with appropriate emojis for body map which define the definition parts, function, conditions of the topic of '
49
 
50
  st.markdown('''### 🧠💪 BodyMapAI
51
+ Explore human anatomy with Body Map AI 🌐.
52
+ A tool for journey through organs & conditions, to offer insights & understanding.
53
+ - 🗺️ **Interactive Exploration:** Immersive human body map. Learn about organs' functions & secrets.
54
+ - 🩺 **Health Insights:** Understand health conditions, effects, & prevention.
55
+ - 🎓 **Educational Journey:** Ideal for students, educators, or anyone keen on anatomy.
56
+ - **Accessible Learning:** User-friendly interface for engaging anatomy education.
57
+ - 🔍 **Query Use:** Use URL query like `?q=Heart` for specific insights.
58
+ ''')
59
 
60
  # -----------------------------------------------------------------Art Card Sidebar:
61
  import base64