Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def compile(cs):
|
|
26 |
# Run command
|
27 |
try:
|
28 |
result = subprocess.run(
|
29 |
-
['dotnet', 'run']
|
30 |
capture_output=True,
|
31 |
text=True,
|
32 |
check=True
|
|
|
26 |
# Run command
|
27 |
try:
|
28 |
result = subprocess.run(
|
29 |
+
['dotnet', 'run'],
|
30 |
capture_output=True,
|
31 |
text=True,
|
32 |
check=True
|