bstraehle commited on
Commit
20a0be5
1 Parent(s): 51d9ec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -311,7 +311,7 @@ gr.ChatInterface(
311
  ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
312
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
313
  ["Execute: First 25 Fibbonaci numbers"],
314
- ["Create a plot showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'"]
315
  ],
316
  cache_examples=False,
317
  ).launch()
 
311
  ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
312
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
313
  ["Execute: First 25 Fibbonaci numbers"],
314
+ ["Create a plot showing stock gain QTD for NVDA and MSFT, x-axis is 'Day' and y-axis is 'QTD Gain %'"]
315
  ],
316
  cache_examples=False,
317
  ).launch()