Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,9 @@ homunculus_parts_extended = {
|
|
247 |
"Left Knee": "🦵 (Leg Bending and Flexing - Left)",
|
248 |
"Right Knee": "🦵 (Leg Bending and Flexing - Right)",
|
249 |
"Left Shin": "🦵 (Lower Leg Support - Left)",
|
250 |
-
"Right Shin": "🦵 (Lower Leg Support - Right)"
|
|
|
|
|
251 |
}
|
252 |
|
253 |
# Function to display the homunculus parts with expanders and chat buttons
|
|
|
247 |
"Left Knee": "🦵 (Leg Bending and Flexing - Left)",
|
248 |
"Right Knee": "🦵 (Leg Bending and Flexing - Right)",
|
249 |
"Left Shin": "🦵 (Lower Leg Support - Left)",
|
250 |
+
"Right Shin": "🦵 (Lower Leg Support - Right)",
|
251 |
+
"Left Foot": "🦶 (Support, Balance, and Locomotion - Left)",
|
252 |
+
"Right Foot": "🦶 (Support, Balance, and Locomotion - Right)"
|
253 |
}
|
254 |
|
255 |
# Function to display the homunculus parts with expanders and chat buttons
|