Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ os.system("pip install -r requirements.txt")
|
|
9 |
with open("input.txt", "w") as f:
|
10 |
f.write("D\n")
|
11 |
|
12 |
-
os.system("./start_linux.sh")
|
|
|
9 |
with open("input.txt", "w") as f:
|
10 |
f.write("D\n")
|
11 |
|
12 |
+
os.system("./start_linux.sh < input.txt")
|