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 |
-
["Execute
|
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 with tools: Create a plot showing stock gain Q1 2024 for NVDA, GOOG, and MSFT, x-axis is \"Date\" and y-axis is \"Gain %\""]
|
339 |
],
|
340 |
cache_examples=False,
|
341 |
).launch()
|