Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -111,11 +111,11 @@ interface = gr.Interface(
|
|
| 111 |
fn=make_prediction,
|
| 112 |
inputs=[
|
| 113 |
# Input for rank
|
| 114 |
-
gr.Dropdown(label="Rank", choices=ranks
|
| 115 |
# Input for map
|
| 116 |
-
gr.Dropdown(label="Map", choices=maps
|
| 117 |
# Input for agents
|
| 118 |
-
gr.MultiSelect(label="Agent Picks (1-5)", choices=agents
|
| 119 |
],
|
| 120 |
outputs="text",
|
| 121 |
)
|
|
|
|
| 111 |
fn=make_prediction,
|
| 112 |
inputs=[
|
| 113 |
# Input for rank
|
| 114 |
+
gr.Dropdown(label="Rank", choices=ranks),
|
| 115 |
# Input for map
|
| 116 |
+
gr.Dropdown(label="Map", choices=maps),
|
| 117 |
# Input for agents
|
| 118 |
+
gr.MultiSelect(label="Agent Picks (1-5)", choices=agents),
|
| 119 |
],
|
| 120 |
outputs="text",
|
| 121 |
)
|