Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -425,6 +425,7 @@ with gr.Blocks(theme=gr.themes.Soft(),
|
|
| 425 |
title="AI Math Animation Generator") as app:
|
| 426 |
gr.Markdown("# 🎬 AI-Powered Manim Animation Generator")
|
| 427 |
gr.Markdown("Describe the animation you want, generate the code with AI, and render the video!")
|
|
|
|
| 428 |
|
| 429 |
with gr.Row():
|
| 430 |
with gr.Column(scale=2):
|
|
|
|
| 425 |
title="AI Math Animation Generator") as app:
|
| 426 |
gr.Markdown("# 🎬 AI-Powered Manim Animation Generator")
|
| 427 |
gr.Markdown("Describe the animation you want, generate the code with AI, and render the video!")
|
| 428 |
+
gr.Markdown("<small>Powered by Claude 4.5 Sonnet</small>")
|
| 429 |
|
| 430 |
with gr.Row():
|
| 431 |
with gr.Column(scale=2):
|