Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -440,7 +440,7 @@ with gr.Blocks(theme=gr.themes.Soft(),
|
|
| 440 |
generate_anim_btn = gr.Button("🎬 Generate & Render Animation", variant="primary")
|
| 441 |
|
| 442 |
gr.Examples(
|
| 443 |
-
examples=["explain (a+b)^2", "sum of 1 to n", "explain bubble sort algorithm", "explain dfs"],
|
| 444 |
inputs=[prompt_input],
|
| 445 |
)
|
| 446 |
|
|
|
|
| 440 |
generate_anim_btn = gr.Button("🎬 Generate & Render Animation", variant="primary")
|
| 441 |
|
| 442 |
gr.Examples(
|
| 443 |
+
examples=["explain (a+b)^2", "sum of 1 to n", "explain bubble sort algorithm", "explain dfs", "a guy shaking hands with a horse"],
|
| 444 |
inputs=[prompt_input],
|
| 445 |
)
|
| 446 |
|