Update app.py
Browse files
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="
|
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
|