ovi054 commited on
Commit
b76fe28
·
verified ·
1 Parent(s): fe2b013

Update app.py

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