Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -46,9 +46,7 @@ API_URL = "https://elevatics-code-execution-files-v5.hf.space"
|
|
46 |
|
47 |
@tool(response_format="content_and_artifact")
|
48 |
def execute_python(code: str, config: RunnableConfig):
|
49 |
-
"""Execute Python code in an IPython interactiveshell and return the output.
|
50 |
-
The returned artifacts (if present) are automatically rendered in the UI and visible to the user.
|
51 |
-
Available Libraries: plotly (default charting library),pandas,yfinance,numpy,geopandas,folium
|
52 |
Args:
|
53 |
code: Valid Python code with correct indentation and syntax including necessary imports.
|
54 |
"""
|
|
|
46 |
|
47 |
@tool(response_format="content_and_artifact")
|
48 |
def execute_python(code: str, config: RunnableConfig):
|
49 |
+
"""Execute Python code in an IPython interactiveshell and return the output. The returned artifacts (if present) are automatically rendered in the UI and visible to the user. 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 |
"""
|