kk20krishna commited on
Commit
8c77d1a
·
verified ·
1 Parent(s): bb540f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from Gradio_UI import GradioUI
9
 
10
  import yfinance as yf
11
 
 
12
  def get_nse_stock_price(stock_symbol: str) -> dict:
13
  """
14
  Fetch the latest NSE stock price, price change, and percentage change.
 
9
 
10
  import yfinance as yf
11
 
12
+ @tool
13
  def get_nse_stock_price(stock_symbol: str) -> dict:
14
  """
15
  Fetch the latest NSE stock price, price change, and percentage change.