Add more examples
Browse files
app.py
CHANGED
@@ -157,6 +157,9 @@ examples = [
|
|
157 |
"What's the meaning of life?",
|
158 |
"Write a function in Javascript to reverse words in a given string.",
|
159 |
"Give the following data {'Name':['Tom', 'Brad', 'Kyle', 'Jerry'], 'Age':[20, 21, 19, 18], 'Height' : [6.1, 5.9, 6.0, 6.1]}. Can you plot one graph with two subplots as columns. The first is a bar graph showing the height of each person. The second is a bargraph showing the age of each person? Draw the graph in seaborn talk mode.",
|
|
|
|
|
|
|
160 |
]
|
161 |
|
162 |
|
|
|
157 |
"What's the meaning of life?",
|
158 |
"Write a function in Javascript to reverse words in a given string.",
|
159 |
"Give the following data {'Name':['Tom', 'Brad', 'Kyle', 'Jerry'], 'Age':[20, 21, 19, 18], 'Height' : [6.1, 5.9, 6.0, 6.1]}. Can you plot one graph with two subplots as columns. The first is a bar graph showing the height of each person. The second is a bargraph showing the age of each person? Draw the graph in seaborn talk mode.",
|
160 |
+
"Create a regex to extract dates from logs",
|
161 |
+
"How to decode JSON into a typescript object",
|
162 |
+
"Write a list into a jsonlines file and save locally",
|
163 |
]
|
164 |
|
165 |
|