davidlms commited on
Commit
b3be37a
·
verified ·
1 Parent(s): 3da58a6

Update ipmentor/ui.py

Browse files
Files changed (1) hide show
  1. ipmentor/ui.py +1 -1
ipmentor/ui.py CHANGED
@@ -57,7 +57,7 @@ def create_interface():
57
  api_name="subnet_calculator",
58
  inputs=[
59
  gr.Textbox(label="Network", placeholder="192.168.1.0/24"),
60
- gr.Textbox(label="Number", placeholder="4"),
61
  gr.Dropdown(label="Division Type", choices=["max_subnets","max_hosts_per_subnet","vlsm"], value="max_subnets"),
62
  gr.Textbox(label="Hosts per Subnet", placeholder="100,50,25,10", value="")
63
  ],
 
57
  api_name="subnet_calculator",
58
  inputs=[
59
  gr.Textbox(label="Network", placeholder="192.168.1.0/24"),
60
+ gr.Textbox(label="Number", placeholder="4", value=""),
61
  gr.Dropdown(label="Division Type", choices=["max_subnets","max_hosts_per_subnet","vlsm"], value="max_subnets"),
62
  gr.Textbox(label="Hosts per Subnet", placeholder="100,50,25,10", value="")
63
  ],