bstraehle commited on
Commit
969c666
1 Parent(s): 71987ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -335,7 +335,7 @@ gr.ChatInterface(
335
  ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
336
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
337
  ["Execute: First 25 Fibbonaci numbers"],
338
- ["Execute with tools: Create a plot showing stock gain Q1 2024 for NVDA, GOOG, and MSFT, x-axis is \"Date\" and y-axis is \"Gain %\""]
339
  ],
340
  cache_examples=False,
341
  ).launch()
 
335
  ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
336
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
337
  ["Execute: First 25 Fibbonaci numbers"],
338
+ ["Execute with tools: Create a plot showing stock gain Q1 2024 for NVDA and MSFT, x-axis is \"Day\" and y-axis is \"Gain %\""]
339
  ],
340
  cache_examples=False,
341
  ).launch()