Starchik1 commited on
Commit
61ba509
·
verified ·
1 Parent(s): 72c8e9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ additional_inputs = [
56
  gr.Radio(
57
  label="Game Genre",
58
  choices=["Investigation", "Fantasy", "Sci-Fi", "Horror", "Adventure", "Mystery"],
59
- value="Fantasy", # Default genre
60
  interactive=True,
61
  info="Select the genre of the game",
62
  visible=True # Hides the genre selection
 
56
  gr.Radio(
57
  label="Game Genre",
58
  choices=["Investigation", "Fantasy", "Sci-Fi", "Horror", "Adventure", "Mystery"],
59
+ value="Horror", # Default genre
60
  interactive=True,
61
  info="Select the genre of the game",
62
  visible=True # Hides the genre selection