bstraehle commited on
Commit
08f0cb2
1 Parent(s): 4a90510

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,5 +84,5 @@ gr.ChatInterface(
84
  ["Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\""],
85
  ["Execute with tools: Get key announcements from latest OpenAI Dev Day"]
86
  ],
87
- cache_examples=False,
88
  ).launch()
 
84
  ["Execute with tools: Create a plot showing stock gain QTD for NVDA and AMD, x-axis is \"Day\" and y-axis is \"Gain %\""],
85
  ["Execute with tools: Get key announcements from latest OpenAI Dev Day"]
86
  ],
87
+ cache_examples=True,
88
  ).launch()