Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def generate_speech_textarea(text_to_speak):
|
|
28 |
</body>
|
29 |
</html>
|
30 |
'''
|
31 |
-
components.html(documentHTML5, width=1280, height=
|
32 |
|
33 |
# Game list and associated icons
|
34 |
games = ['Terraforming Mars', 'Twilight Imperium (Fourth Edition)', 'Scythe', 'Eclipse', 'Small World', 'Risk Legacy', 'Axis & Allies', 'Diplomacy', 'Pandemic Legacy: Season 1', 'Brass: Birmingham']
|
|
|
28 |
</body>
|
29 |
</html>
|
30 |
'''
|
31 |
+
components.html(documentHTML5, width=1280, height=500)
|
32 |
|
33 |
# Game list and associated icons
|
34 |
games = ['Terraforming Mars', 'Twilight Imperium (Fourth Edition)', 'Scythe', 'Eclipse', 'Small World', 'Risk Legacy', 'Axis & Allies', 'Diplomacy', 'Pandemic Legacy: Season 1', 'Brass: Birmingham']
|