bstraehle commited on
Commit
3315437
1 Parent(s): 47417a1

Update app.py

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