Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -40,7 +40,7 @@ class CodeExecutionResult:
|
|
40 |
self.output = output
|
41 |
self.error = error
|
42 |
|
43 |
-
API_URL = "https://pvanand-code-execution-files-
|
44 |
|
45 |
@tool
|
46 |
def execute_python(code: str, config: RunnableConfig):
|
|
|
40 |
self.output = output
|
41 |
self.error = error
|
42 |
|
43 |
+
API_URL = "https://pvanand-code-execution-files-v41.hf.space"
|
44 |
|
45 |
@tool
|
46 |
def execute_python(code: str, config: RunnableConfig):
|