bstraehle commited on
Commit
ce17c83
1 Parent(s): d1f4761

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ gr.ChatInterface(
140
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
141
  ["Execute: First 25 Fibbonaci numbers"],
142
  ["Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\""],
143
- ["Execute with tools: Get key announcements from the latest OpenAI Dev Day"]
144
  ],
145
  cache_examples=False,
146
  ).launch()
 
140
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
141
  ["Execute: First 25 Fibbonaci numbers"],
142
  ["Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\""],
143
+ ["Execute with tools: Get key announcements from latest OpenAI Dev Day"]
144
  ],
145
  cache_examples=False,
146
  ).launch()