Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
#1
by
sarahooker
- opened
app.py
CHANGED
|
@@ -52,14 +52,16 @@ def clear_chat():
|
|
| 52 |
|
| 53 |
|
| 54 |
examples = [
|
| 55 |
-
"
|
| 56 |
"Create a list of 10 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 |
-
"Summarize recent news about the North American tech job market"
|
|
|
|
|
|
|
| 63 |
]
|
| 64 |
|
| 65 |
custom_css = """
|
|
|
|
| 52 |
|
| 53 |
|
| 54 |
examples = [
|
| 55 |
+
"What are 8 good questions to get to know a stranger?",
|
| 56 |
"Create a list of 10 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 |
+
"Summarize recent news about the North American tech job market",
|
| 63 |
+
"My coworker brought some delicious treats from their recent trip to the office to share. Would it be immoral if I took most of not all of these treats?",
|
| 64 |
+
"Explain gravity to a chicken."
|
| 65 |
]
|
| 66 |
|
| 67 |
custom_css = """
|