Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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":
|
208 |
-
"Avatar 2":
|
209 |
-
"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
|