Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -294,7 +294,7 @@ def display_homunculus_parts():
|
|
| 294 |
response = chat_with_model(prompt, part)
|
| 295 |
|
| 296 |
# Displaying symmetric body parts
|
| 297 |
-
symmetric_parts = ["Shoulder", "Upper Arm", "Elbow", "Forearm", "Wrist", "Hand", "Hip", "Thigh", "Knee", "Shin"]
|
| 298 |
for part in symmetric_parts:
|
| 299 |
col1, col2 = st.columns(2)
|
| 300 |
with col1:
|
|
|
|
| 294 |
response = chat_with_model(prompt, part)
|
| 295 |
|
| 296 |
# Displaying symmetric body parts
|
| 297 |
+
symmetric_parts = ["Shoulder", "Upper Arm", "Elbow", "Forearm", "Wrist", "Hand", "Hip", "Thigh", "Knee", "Shin", "Foot"]
|
| 298 |
for part in symmetric_parts:
|
| 299 |
col1, col2 = st.columns(2)
|
| 300 |
with col1:
|