Spaces:
Sleeping
Sleeping
Update app.py (#3)
Browse files- Update app.py (5645587d5ce4b8717ce64d367c43f14e8645cb43)
Co-authored-by: Sara Hooker <[email protected]>
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>"""
|