Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"],
|