chansung commited on
Commit
1df3c74
·
1 Parent(s): 0cc0a6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -277,7 +277,7 @@ Name for your new endpoint""")
277
  )
278
 
279
  with gr.Row():
280
- with gr.Row():
281
  with gr.Column():
282
  gr.Markdown("""## Min Number of Nodes""")
283
  min_node_selector = gr.Number(
@@ -296,7 +296,7 @@ Name for your new endpoint""")
296
  elem_classes=["no-label", "small-big"]
297
  )
298
 
299
- with gr.Column():
300
  gr.Markdown("""## Security Level""")
301
  security_selector = gr.Radio(
302
  choices=["Protected", "Public", "Private"],
 
277
  )
278
 
279
  with gr.Row():
280
+ with gr.Row(scale=1):
281
  with gr.Column():
282
  gr.Markdown("""## Min Number of Nodes""")
283
  min_node_selector = gr.Number(
 
296
  elem_classes=["no-label", "small-big"]
297
  )
298
 
299
+ with gr.Column(scale=2):
300
  gr.Markdown("""## Security Level""")
301
  security_selector = gr.Radio(
302
  choices=["Protected", "Public", "Private"],