Update app.py
Browse files
app.py
CHANGED
@@ -719,6 +719,7 @@ with gr.Blocks(theme=custom_theme, css=custom_css) as demo:
|
|
719 |
gr.Markdown("# π€ AI-Powered Hugging Face Space Builder")
|
720 |
gr.Markdown("Use an AI assistant to create, modify, build, and manage your Hugging Face Spaces directly from this interface.")
|
721 |
gr.Markdown("β This will cause changes to your huggingface spaces if you give it your Huggingface Key")
|
|
|
722 |
|
723 |
with gr.Sidebar():
|
724 |
with gr.Column(scale=1):
|
|
|
719 |
gr.Markdown("# π€ AI-Powered Hugging Face Space Builder")
|
720 |
gr.Markdown("Use an AI assistant to create, modify, build, and manage your Hugging Face Spaces directly from this interface.")
|
721 |
gr.Markdown("β This will cause changes to your huggingface spaces if you give it your Huggingface Key")
|
722 |
+
gr.Markdown("β Under Development")
|
723 |
|
724 |
with gr.Sidebar():
|
725 |
with gr.Column(scale=1):
|