ovi054 commited on
Commit
94a5aac
·
verified ·
1 Parent(s): c73e7b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):