Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ def run_cpp_code(code: str):
|
|
| 156 |
)
|
| 157 |
|
| 158 |
### 2. Run the code
|
| 159 |
-
run_cmd = [f"
|
| 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 |
)
|