Spaces:
Sleeping
Sleeping
zeel sheladiya
commited on
Commit
·
84e4ae9
1
Parent(s):
d9035e9
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks() as demo:
|
|
39 |
home_team_id = gr.Dropdown(
|
40 |
label="Home Team",
|
41 |
choices=home_team_id,
|
42 |
-
value=lambda: random.choice(home_team_id),
|
43 |
)
|
44 |
|
45 |
with gr.Column():
|
@@ -47,7 +47,7 @@ with gr.Blocks() as demo:
|
|
47 |
Away_team_id = gr.Dropdown(
|
48 |
label="Away Team",
|
49 |
choices=away_team_id,
|
50 |
-
value=lambda: random.choice(away_team_id),
|
51 |
)
|
52 |
|
53 |
with gr.Row():
|
|
|
39 |
home_team_id = gr.Dropdown(
|
40 |
label="Home Team",
|
41 |
choices=home_team_id,
|
42 |
+
# value=lambda: random.choice(home_team_id),
|
43 |
)
|
44 |
|
45 |
with gr.Column():
|
|
|
47 |
Away_team_id = gr.Dropdown(
|
48 |
label="Away Team",
|
49 |
choices=away_team_id,
|
50 |
+
# value=lambda: random.choice(away_team_id),
|
51 |
)
|
52 |
|
53 |
with gr.Row():
|