Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -337,9 +337,9 @@ gr.ChatInterface(
|
|
337 |
description=(
|
338 |
"The assistant can **generate, explain, fix, optimize, document, and test code**. "
|
339 |
"It can also **execute code**. "
|
340 |
-
"It has access to <b>today tool</b> (get current date), to "
|
341 |
-
"**yfinance download tool** (get stock data), and to "
|
342 |
-
"**tavily search tool** (search
|
343 |
),
|
344 |
clear_btn="Clear",
|
345 |
retry_btn=None,
|
|
|
337 |
description=(
|
338 |
"The assistant can **generate, explain, fix, optimize, document, and test code**. "
|
339 |
"It can also **execute code**. "
|
340 |
+
"It has access to a <b>today tool</b> (get current date), to a "
|
341 |
+
"**yfinance download tool** (get stock data), and to a "
|
342 |
+
"**tavily search tool** (web search)."
|
343 |
),
|
344 |
clear_btn="Clear",
|
345 |
retry_btn=None,
|