Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,12 +45,11 @@ st.set_page_config(
|
|
45 |
)
|
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 |
-
PromptPrefix2 = 'Create a streamlit python user app
|
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.
|
|
|
45 |
)
|
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 |
+
PromptPrefix2 = 'Create a streamlit python user app. Show full code listing. Create a UI implementing each feature using variables, reusable functions with parameters, and data driven app with python libraries and streamlit components for Javascript and HTML5. Use appropriate emojis for labels to summarize and list parts, function, conditions for topic: '
|
49 |
|
50 |
st.markdown('''### 🧠💪 BodyMapAI''')
|
51 |
with st.expander("Help / About 📚", expanded=False):
|
52 |
+
st.markdown('''Explore human anatomy with Body Map AI 🌐. Journey through organs & conditions, to gain 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.
|