Spaces:
Running
Running
Update app.py
Browse files
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 |
-
["Create a plot showing stock 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 using tools: Create a plot showing stock gain YTD for NVDA and MSFT, x-axis is 'Day' and y-axis is 'QTD Gain %'"]
|
339 |
],
|
340 |
cache_examples=False,
|
341 |
).launch()
|