broadfield-dev commited on
Commit
7ef7419
Β·
verified Β·
1 Parent(s): 9e13fae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -717,8 +717,8 @@ with gr.Blocks(theme=custom_theme, css=custom_css) as demo:
717
  changeset_state = gr.State([])
718
 
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():
 
717
  changeset_state = gr.State([])
718
 
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():