MightyOctopus commited on
Commit
6fa6464
·
verified ·
1 Parent(s): d3d1114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def run_cpp_code(code: str):
156
  )
157
 
158
  ### 2. Run the code
159
- run_cmd = [f"./tmp/optimized"]
160
  run_result = subprocess.run(
161
  run_cmd, check=True, text=True, capture_output=True
162
  )
 
156
  )
157
 
158
  ### 2. Run the code
159
+ run_cmd = [f"/tmp/optimized"]
160
  run_result = subprocess.run(
161
  run_cmd, check=True, text=True, capture_output=True
162
  )