pvanand commited on
Commit
8e7b765
·
verified ·
1 Parent(s): 907ff4e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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-v6.hf.space"
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):