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