Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
52 |
-
|
53 |
-
- **
|
54 |
-
- **
|
55 |
-
- **
|
56 |
-
- **
|
57 |
-
|
|
|
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
|