Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,17 +47,16 @@ st.set_page_config(
|
|
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 |
PromptPrefix2 = 'Create a streamlit python user app show full code listing with a UI implementing each feature using variables, reusable functions with parameters, and data driven python with libraries. Use appropriate emojis for body map to summarize and list parts, function, conditions for topic of '
|
49 |
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
''')
|
61 |
|
62 |
# -----------------------------------------------------------------Art Card Sidebar:
|
63 |
import base64
|
|
|
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 |
PromptPrefix2 = 'Create a streamlit python user app show full code listing with a UI implementing each feature using variables, reusable functions with parameters, and data driven python with libraries. Use appropriate emojis for body map to summarize and list parts, function, conditions for topic of '
|
49 |
|
50 |
+
st.markdown('''### 🧠💪 BodyMapAI''')
|
51 |
+
with st.expander("Help / About 📚", expanded=False):
|
52 |
+
st.markdown('''Explore human anatomy with Body Map AI 🌐.
|
53 |
+
A tool for journey through organs & conditions, to offer insights & understanding.
|
54 |
+
- 🗺️ **Interactive Exploration:** Immersive human body map. Learn about organs' functions & secrets.
|
55 |
+
- 🩺 **Health Insights:** Understand health conditions, effects, & prevention.
|
56 |
+
- 🎓 **Educational Journey:** Ideal for students, educators, or anyone keen on anatomy.
|
57 |
+
- ✅ **Accessible Learning:** User-friendly interface for engaging anatomy education.
|
58 |
+
- 🔍 **Query Use:** Use URL query like `?q=Heart` for specific insights.
|
59 |
+
''')
|
|
|
60 |
|
61 |
# -----------------------------------------------------------------Art Card Sidebar:
|
62 |
import base64
|