RamAnanth1 commited on
Commit
b289559
·
1 Parent(s): 43cbeb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def generate(instruction):
18
  examples = [
19
  "Instead of making a peanut butter and jelly sandwich, what else could I combine peanut butter with in a sandwich? Give five ideas",
20
  "How do I make a campfire?",
21
- "Write me a tweet about the launch of Dolly 2.0, a new LLM"
22
 
23
  ]
24
 
 
18
  examples = [
19
  "Instead of making a peanut butter and jelly sandwich, what else could I combine peanut butter with in a sandwich? Give five ideas",
20
  "How do I make a campfire?",
21
+ "Write me a tweet about the release of Dolly 2.0, a new LLM"
22
 
23
  ]
24