sandz7 commited on
Commit
0301d01
1 Parent(s): 04aafd7

redo examples on chatinterface

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -90,11 +90,10 @@ with gr.Blocks(fill_height=True) as demo:
90
  render=False ),
91
  ],
92
  examples=[
93
- ['How to setup a human base on Mars? Give short answer.'],
94
- ['Explain theory of relativity to me like I’m 8 years old.'],
95
- ['What is 9,000 * 9,000?'],
96
- ['Write a pun-filled happy birthday message to my friend Alex.'],
97
- ['Justify why a penguin might make a good king of the jungle.']
98
  ],
99
  cache_examples=False,
100
  )
 
90
  render=False ),
91
  ],
92
  examples=[
93
+ ["Make a poem of batman inside willy wonka"],
94
+ ["How can you a burrito with just flour?"],
95
+ ["How was saturn formed in 3 sentences"],
96
+ ["How does the frontal lobe effect playing soccer"],
 
97
  ],
98
  cache_examples=False,
99
  )