bstraehle commited on
Commit
da3afee
1 Parent(s): 19bfc9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ gr.ChatInterface(
178
  ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
179
  ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
180
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
181
- ["Generate: First 25 Fibbonaci numbers. Show the code and execute it."],
182
  ["Generate: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'. Show the code and execute it using mock data."]
183
  ],
184
  cache_examples=False,
 
178
  ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
179
  ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
180
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
181
+ ["Execute: First 25 Fibbonaci numbers"],
182
  ["Generate: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'. Show the code and execute it using mock data."]
183
  ],
184
  cache_examples=False,