Spaces:
Runtime error
Runtime error
Commit ·
49baf11
1
Parent(s): bb15903
more
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 30 |
# ARRANGEMENTS
|
| 31 |
gr.Markdown("# MAPF solver", elem_id="title")
|
| 32 |
with gr.Row():
|
| 33 |
-
with gr.Column(scale=
|
| 34 |
gr.Markdown("## Input Data")
|
| 35 |
input_map = gr.File(label="Drop `.map` file")
|
| 36 |
input_start_locations = gr.Textbox(label='Start locations config:')
|
|
|
|
| 30 |
# ARRANGEMENTS
|
| 31 |
gr.Markdown("# MAPF solver", elem_id="title")
|
| 32 |
with gr.Row():
|
| 33 |
+
with gr.Column(scale=10):
|
| 34 |
gr.Markdown("## Input Data")
|
| 35 |
input_map = gr.File(label="Drop `.map` file")
|
| 36 |
input_start_locations = gr.Textbox(label='Start locations config:')
|