Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ 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
|
49 |
|
50 |
st.markdown('''### 🧠💪 BodyMapAI
|
51 |
Explore human anatomy with Body Map AI 🌐.
|
|
|
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 |
Explore human anatomy with Body Map AI 🌐.
|