Spaces:
Sleeping
Sleeping
feat: change headers
Browse files
app.py
CHANGED
|
@@ -649,7 +649,7 @@ with demo:
|
|
| 649 |
interactive=False,
|
| 650 |
)
|
| 651 |
with gr.Column(scale=1):
|
| 652 |
-
gr.Markdown("## π― Animation
|
| 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("## π‘
|
| 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...",
|