Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ gr.ChatInterface(
|
|
75 |
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|
76 |
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
77 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
78 |
-
["1. Execute:
|
79 |
["1. Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". 2. Show the code."],
|
80 |
["1. Execute with tools: Get key announcements from latest OpenAI Dev Day. 2. Show the web references."]
|
81 |
],
|
|
|
75 |
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|
76 |
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
77 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
78 |
+
["1. Execute: Calculate the first 25 Fibbonaci numbers. 2. Show the code."],
|
79 |
["1. Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\". 2. Show the code."],
|
80 |
["1. Execute with tools: Get key announcements from latest OpenAI Dev Day. 2. Show the web references."]
|
81 |
],
|