AlanOC commited on
Commit
ab09918
1 Parent(s): 067fd06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -204,9 +204,9 @@ def main():
204
 
205
  # Avatar options (for example purposes, replace these with your actual avatars)
206
  avatar_options = {
207
- "Avatar 1": "avatar_1",
208
- "Avatar 2": "avatar_2",
209
- "Avatar 3": "avatar_3"
210
  }
211
 
212
  # Sidebar for selecting avatar
 
204
 
205
  # Avatar options (for example purposes, replace these with your actual avatars)
206
  avatar_options = {
207
+ "Avatar 1": avatar_1,
208
+ "Avatar 2": avatar_2,
209
+ "Avatar 3": avatar_3
210
  }
211
 
212
  # Sidebar for selecting avatar