Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,10 +3,10 @@ from characters import CharacterSheet # Import your character model
|
|
| 3 |
|
| 4 |
# Sample characters - replace these with actual data
|
| 5 |
characters = {
|
| 6 |
-
"Venom":
|
| 7 |
-
"Rocket":
|
| 8 |
-
"Shadow":
|
| 9 |
-
"Agiee":
|
| 10 |
}
|
| 11 |
|
| 12 |
# Streamlit app starts here
|
|
|
|
| 3 |
|
| 4 |
# Sample characters - replace these with actual data
|
| 5 |
characters = {
|
| 6 |
+
"Venom": venom,
|
| 7 |
+
"Rocket": rocket,
|
| 8 |
+
"Shadow": shadow,
|
| 9 |
+
"Agiee": agiee
|
| 10 |
}
|
| 11 |
|
| 12 |
# Streamlit app starts here
|