Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -496,7 +496,7 @@ with gr.Blocks(title="NFL Receiver Prediction Input Generator") as app:
|
|
| 496 |
with gr.Column():
|
| 497 |
receiver_name = gr.Dropdown(
|
| 498 |
choices = receiver_choices,
|
| 499 |
-
label="Receiver Name"
|
| 500 |
value=""
|
| 501 |
)
|
| 502 |
with gr.Column():
|
|
|
|
| 496 |
with gr.Column():
|
| 497 |
receiver_name = gr.Dropdown(
|
| 498 |
choices = receiver_choices,
|
| 499 |
+
label="Receiver Name",
|
| 500 |
value=""
|
| 501 |
)
|
| 502 |
with gr.Column():
|