ArseniyPerchik commited on
Commit
49baf11
·
1 Parent(s): bb15903
Files changed (1) hide show
  1. app.py +1 -1
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=12):
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:')