broadfield-dev commited on
Commit
92bb235
·
verified ·
1 Parent(s): 16c366f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -712,7 +712,7 @@ with gr.Blocks(theme=custom_theme, css=custom_css) as demo:
712
  gr.Markdown("# 🤖 AI-Powered Hugging Face Space Builder")
713
  gr.Markdown("Use an AI assistant to create, modify, build, and manage your Hugging Face Spaces directly from this interface.")
714
 
715
- with gr.Row():
716
  with gr.Column(scale=1):
717
  with gr.Accordion("⚙️ Configuration", open=True):
718
  hf_api_key_input = gr.Textbox(label="Hugging Face Token", type="password", placeholder="hf_... (uses env var HF_TOKEN if empty)")
 
712
  gr.Markdown("# 🤖 AI-Powered Hugging Face Space Builder")
713
  gr.Markdown("Use an AI assistant to create, modify, build, and manage your Hugging Face Spaces directly from this interface.")
714
 
715
+ with gr.Sidebar():
716
  with gr.Column(scale=1):
717
  with gr.Accordion("⚙️ Configuration", open=True):
718
  hf_api_key_input = gr.Textbox(label="Hugging Face Token", type="password", placeholder="hf_... (uses env var HF_TOKEN if empty)")