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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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 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.
 
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.