awacke1 commited on
Commit
aebecba
·
1 Parent(s): 1ed00a7

Update app.py

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