Milhaud commited on
Commit
674f27c
Β·
1 Parent(s): 6d7aae4

feat: change headers

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -649,7 +649,7 @@ with demo:
649
  interactive=False,
650
  )
651
  with gr.Column(scale=1):
652
- gr.Markdown("## 🎯 Animation Design")
653
  animation_suggestion = gr.Textbox(
654
  label="AI Suggestions",
655
  placeholder="MLLM will suggest animations based on the decomposed structure...",
@@ -657,7 +657,7 @@ with demo:
657
  )
658
  with gr.Row(scale=1):
659
  with gr.Column(scale=1):
660
- gr.Markdown("## πŸ’‘ Decomposed Elements")
661
  groups_feedback = gr.Textbox(
662
  label="Element Structure",
663
  placeholder="If you have specific decomposition in mind, describe it here...",
 
649
  interactive=False,
650
  )
651
  with gr.Column(scale=1):
652
+ gr.Markdown("## 🎯 Recommeded Animation")
653
  animation_suggestion = gr.Textbox(
654
  label="AI Suggestions",
655
  placeholder="MLLM will suggest animations based on the decomposed structure...",
 
657
  )
658
  with gr.Row(scale=1):
659
  with gr.Column(scale=1):
660
+ gr.Markdown("## πŸ’‘ Refine Decomposition")
661
  groups_feedback = gr.Textbox(
662
  label="Element Structure",
663
  placeholder="If you have specific decomposition in mind, describe it here...",