arjunanand13 commited on
Commit
280a0d8
·
verified ·
1 Parent(s): 9ce2490

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -131,8 +131,7 @@ with gr.Blocks(fill_height=True, css=css) as demo:
131
  ['How to setup a human base on Mars? Give short answer.'],
132
  ['Explain theory of relativity to me like I’m 8 years old.'],
133
  ['What is 9,000 * 9,000?'],
134
- ['Write a pun-filled happy birthday message to my friend Alex.'],
135
- ['Justify why a penguin might make a good king of the jungle.']
136
  ],
137
  cache_examples=False,
138
  )
 
131
  ['How to setup a human base on Mars? Give short answer.'],
132
  ['Explain theory of relativity to me like I’m 8 years old.'],
133
  ['What is 9,000 * 9,000?'],
134
+ ['Write a pun-filled happy birthday message to my friend Alex.']
 
135
  ],
136
  cache_examples=False,
137
  )