awacke1 commited on
Commit
72ce293
·
verified ·
1 Parent(s): 2644b55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -11
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
- with st.sidebar():
51
- with st.expander("Help / About 📚", expanded=False):
52
- st.markdown('''### 🧠💪 BodyMapAI
53
- Explore human anatomy with Body Map AI 🌐.
54
- A tool for journey through organs & conditions, to offer insights & understanding.
55
- - 🗺️ **Interactive Exploration:** Immersive human body map. Learn about organs' functions & secrets.
56
- - 🩺 **Health Insights:** Understand health conditions, effects, & prevention.
57
- - 🎓 **Educational Journey:** Ideal for students, educators, or anyone keen on anatomy.
58
- - **Accessible Learning:** User-friendly interface for engaging anatomy education.
59
- - 🔍 **Query Use:** Use URL query like `?q=Heart` for specific insights.
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