Update app.py
Browse files
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.
|
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)")
|