pvanand commited on
Commit
7368058
·
verified ·
1 Parent(s): a974aa2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -45,7 +45,8 @@ API_URL = "https://pvanand-code-execution-files-v5.hf.space"
45
  @tool
46
  def execute_python(code: str, config: RunnableConfig):
47
  """Execute Python code in an IPython interactiveshell and return the output.
48
- The returned artifacts (if present) are automatically rendered in the UI and visible to the user.
 
49
  Args:
50
  code: Valid Python code with correct indentation and syntax including necessary imports.
51
  """
 
45
  @tool
46
  def execute_python(code: str, config: RunnableConfig):
47
  """Execute Python code in an IPython interactiveshell and return the output.
48
+ The returned artifacts (if present) are automatically rendered in the UI and visible to the user.
49
+ Available Libraries: plotly (default charting library),pandas,yfinance,numpy,geopandas,folium
50
  Args:
51
  code: Valid Python code with correct indentation and syntax including necessary imports.
52
  """