bstraehle commited on
Commit
4be439f
·
verified ·
1 Parent(s): 7a51041

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 web)."
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,