bstraehle commited on
Commit
0888e64
1 Parent(s): 4530ef9

Update app.py

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