lewtun HF staff commited on
Commit
f661bd5
1 Parent(s): d1eae91

Add more examples

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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