bstraehle commited on
Commit
1f52073
1 Parent(s): 8a263ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -312,7 +312,7 @@ gr.ChatInterface(
312
  ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
313
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
314
  ["Execute: First 25 Fibbonaci numbers"],
315
- ["First get today's date, next get daily historic stock data for NVDA, MSFT, AAPL, and GOOG from beginning of the year until today, finally generate a chart showing YTD gain for each stock, x-axis is 'Day' and y-axis is 'YTD Gain %'"]
316
  ],
317
  cache_examples=False,
318
  ).launch()
 
312
  ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
313
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
314
  ["Execute: First 25 Fibbonaci numbers"],
315
+ ["Create a plot showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'."]
316
  ],
317
  cache_examples=False,
318
  ).launch()