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

Update app.py

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