Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -128,7 +128,8 @@ gr.ChatInterface(
|
|
| 128 |
"The assistant has access to tools, including a code interpreter and custom function calling: "
|
| 129 |
"a <b>today tool</b> (to get current date), "
|
| 130 |
"a **<a href='https://pypi.org/project/yfinance/'>yfinance</a> download tool** (to get stock data), "
|
| 131 |
-
"and a **<a href='https://tavily.com/'>tavily</a> search tool** (to perform web search)."
|
|
|
|
| 132 |
),
|
| 133 |
clear_btn="Clear",
|
| 134 |
retry_btn=None,
|
|
|
|
| 128 |
"The assistant has access to tools, including a code interpreter and custom function calling: "
|
| 129 |
"a <b>today tool</b> (to get current date), "
|
| 130 |
"a **<a href='https://pypi.org/project/yfinance/'>yfinance</a> download tool** (to get stock data), "
|
| 131 |
+
"and a **<a href='https://tavily.com/'>tavily</a> search tool** (to perform web search). "
|
| 132 |
+
"The features are showcased by the examples below."
|
| 133 |
),
|
| 134 |
clear_btn="Clear",
|
| 135 |
retry_btn=None,
|