zeel sheladiya commited on
Commit
051bd7e
·
1 Parent(s): 3e17301

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
40
  label="Home Team",
41
  choices=home_team_id,
42
  max_choices=1,
43
- value=lambda: random.choice(home_team_id),
44
  )
45
 
46
  with gr.Column():
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
49
  label="Away Team",
50
  choices=away_team_id,
51
  max_choices=1,
52
- value=lambda: random.choice(away_team_id),
53
  )
54
 
55
  with gr.Row():
 
40
  label="Home Team",
41
  choices=home_team_id,
42
  max_choices=1,
43
+ show_label=True,
44
  )
45
 
46
  with gr.Column():
 
49
  label="Away Team",
50
  choices=away_team_id,
51
  max_choices=1,
52
+ show_label=True,
53
  )
54
 
55
  with gr.Row():