Spaces:
Running
Running
zeel sheladiya
commited on
Commit
·
051bd7e
1
Parent(s):
3e17301
Update app.py
Browse files
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 |
-
|
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 |
-
|
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():
|