Omnibus commited on
Commit
25deeb9
1 Parent(s): e990d68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -510,7 +510,7 @@ with gr.Blocks() as build_app:
510
  gr.Markdown("""<h7><a href='https://huggingface.co/spaces/anzorq/sd-space-creator'>anzorq/sd-space-creator</a><br>""")
511
 
512
 
513
- with gr.Box():
514
  option_token = gr.Textbox(label="HF Write Token to write to your REPO", placeholder="Optional")
515
  t_name = gr.Textbox(label="NAME (Link will be: repo-NAME.hf.space)", placeholder="Optional")
516
  t_space = gr.Textbox(label="Direct URL to your Space (https://you-repo-you-space.hf.space)")
 
510
  gr.Markdown("""<h7><a href='https://huggingface.co/spaces/anzorq/sd-space-creator'>anzorq/sd-space-creator</a><br>""")
511
 
512
 
513
+ with gr.Group():
514
  option_token = gr.Textbox(label="HF Write Token to write to your REPO", placeholder="Optional")
515
  t_name = gr.Textbox(label="NAME (Link will be: repo-NAME.hf.space)", placeholder="Optional")
516
  t_space = gr.Textbox(label="Direct URL to your Space (https://you-repo-you-space.hf.space)")