Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -79,5 +79,5 @@ gr.ChatInterface(
|
|
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 |
],
|
82 |
-
cache_examples=
|
83 |
).launch()
|
|
|
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 |
],
|
82 |
+
cache_examples=False,
|
83 |
).launch()
|