bstraehle commited on
Commit
a39c626
1 Parent(s): c15560f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,8 +75,8 @@ gr.ChatInterface(
75
  ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
76
  ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
77
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
78
- ["Execute and show the code: First 25 Fibbonaci numbers"],
79
- ["Execute with tools and show the code: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\""],
80
  ["Execute with tools: Get key announcements from latest OpenAI Dev Day"]
81
  ],
82
  cache_examples=True,
 
75
  ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
76
  ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
77
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
78
+ ["1. Execute: First 25 Fibbonaci numbers. 2. Show the code."],
79
+ ["1. Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". 2. Show the code."],
80
  ["Execute with tools: Get key announcements from latest OpenAI Dev Day"]
81
  ],
82
  cache_examples=True,