Spaces:
Running
Running
Update app.py
Browse files
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
|
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()
|