sarahooker commited on
Commit
5645587
1 Parent(s): f0f2f78

Update app.py

Browse files

added a few more prompts to add diversity

Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -56,7 +56,9 @@ examples = [
56
  "Create a list of unusual excuses people might use to get out of a work meeting",
57
  "Write a python code to reverse a string",
58
  "Explain the relativity theory in French",
59
- "Como sair de um helicóptero que caiu na água?"
 
 
60
  ]
61
 
62
  title = """<h1 align="center">Cohere for AI Command R</h1>"""
 
56
  "Create a list of unusual excuses people might use to get out of a work meeting",
57
  "Write a python code to reverse a string",
58
  "Explain the relativity theory in French",
59
+ "Como sair de um helicóptero que caiu na água?",
60
+ "Formally introduce the transformer architecture with notation."
61
+ "¿Cómo le explicarías el aprendizaje automático a un extraterrestre?"
62
  ]
63
 
64
  title = """<h1 align="center">Cohere for AI Command R</h1>"""