awacke1 commited on
Commit
d9a15ca
1 Parent(s): 6c6d20d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1024)
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']