Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,43 +13,43 @@ pages = {
|
|
13 |
'text': "You chose to go left. You come across a river. Do you want to swim across or build a raft?",
|
14 |
'left': 'page4',
|
15 |
'right': 'page5',
|
16 |
-
'image': '
|
17 |
},
|
18 |
'page3': {
|
19 |
'text': "You chose to go right. You come across a pack of wolves. Do you want to fight them or run away?",
|
20 |
'left': 'page6',
|
21 |
'right': 'page7',
|
22 |
-
'image': '
|
23 |
},
|
24 |
'page4': {
|
25 |
'text': "You chose to swim across. You make it to the other side safely.",
|
26 |
'left': 'page8',
|
27 |
'right': 'page8',
|
28 |
-
'image': '
|
29 |
},
|
30 |
'page5': {
|
31 |
'text': "You chose to build a raft. It takes a while, but you eventually make it across the river safely.",
|
32 |
'left': 'page8',
|
33 |
'right': 'page8',
|
34 |
-
'image': '
|
35 |
},
|
36 |
'page6': {
|
37 |
'text': "You chose to fight the wolves. You defeat them, but you sustain some injuries in the process.",
|
38 |
'left': 'page8',
|
39 |
'right': 'page8',
|
40 |
-
'image': '
|
41 |
},
|
42 |
'page7': {
|
43 |
'text': "You chose to run away. You escape the wolves, but you get lost in the forest.",
|
44 |
'left': 'page8',
|
45 |
'right': 'page8',
|
46 |
-
'image': '
|
47 |
},
|
48 |
'page8': {
|
49 |
'text': "You continue on your journey and eventually reach the castle where the princess is being held. You rescue her and she rewards you with a chest full of gold.",
|
50 |
'left': None,
|
51 |
'right': None,
|
52 |
-
'image': '
|
53 |
}
|
54 |
}
|
55 |
|
|
|
13 |
'text': "You chose to go left. You come across a river. Do you want to swim across or build a raft?",
|
14 |
'left': 'page4',
|
15 |
'right': 'page5',
|
16 |
+
'image': 'Aaron_Wacker_Phoenix_Launch.png'
|
17 |
},
|
18 |
'page3': {
|
19 |
'text': "You chose to go right. You come across a pack of wolves. Do you want to fight them or run away?",
|
20 |
'left': 'page6',
|
21 |
'right': 'page7',
|
22 |
+
'image': 'Aaron_Wacker_knight_in_full_platemail_chrome_armor_shining_and__2722e7a1-be10-416b-9d5e-b41da14216d8.png'
|
23 |
},
|
24 |
'page4': {
|
25 |
'text': "You chose to swim across. You make it to the other side safely.",
|
26 |
'left': 'page8',
|
27 |
'right': 'page8',
|
28 |
+
'image': 'Aaron_Wacker_knight_in_full_platemail_chrome_armor_shining_and__3404dccb-d712-4027-a53e-63834b38bb05.png'
|
29 |
},
|
30 |
'page5': {
|
31 |
'text': "You chose to build a raft. It takes a while, but you eventually make it across the river safely.",
|
32 |
'left': 'page8',
|
33 |
'right': 'page8',
|
34 |
+
'image': 'Aaron_Wacker_knight_in_full_platemail_chrome_armor_shining_and__e110f029-9dea-4f34-bc78-1e92ef186d23.png'
|
35 |
},
|
36 |
'page6': {
|
37 |
'text': "You chose to fight the wolves. You defeat them, but you sustain some injuries in the process.",
|
38 |
'left': 'page8',
|
39 |
'right': 'page8',
|
40 |
+
'image': 'Aaron_Wacker_oil_painting_impasto_luminous_masterpiece_peter_pa_8fd22bdd-cff4-4486-b125-6e2831ee1cce.png'
|
41 |
},
|
42 |
'page7': {
|
43 |
'text': "You chose to run away. You escape the wolves, but you get lost in the forest.",
|
44 |
'left': 'page8',
|
45 |
'right': 'page8',
|
46 |
+
'image': 'Aaron_Wacker_quantum_gate_singularity_transmission_to_earth_hum_5ee55a62-c6ba-435c-a4aa-c843b29be775.png'
|
47 |
},
|
48 |
'page8': {
|
49 |
'text': "You continue on your journey and eventually reach the castle where the princess is being held. You rescue her and she rewards you with a chest full of gold.",
|
50 |
'left': None,
|
51 |
'right': None,
|
52 |
+
'image': 'Aaron_Wacker_quantum_gate_singularity_transmission_to_earth_hum_d03f6f79-1151-4393-ab1a-fb5e1bead2ec.png'
|
53 |
}
|
54 |
}
|
55 |
|