Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import time
|
|
3 |
|
4 |
# Define the commands to run
|
5 |
command1 = ["python3", "-m", "http.server", "7860"]
|
6 |
-
command2 = ["qemu-system-x86_64", "
|
7 |
|
8 |
# Start the first process
|
9 |
process1 = subprocess.Popen(command1)
|
|
|
3 |
|
4 |
# Define the commands to run
|
5 |
command1 = ["python3", "-m", "http.server", "7860"]
|
6 |
+
command2 = ["qemu-system-x86_64", "kali-linux.iso"]
|
7 |
|
8 |
# Start the first process
|
9 |
process1 = subprocess.Popen(command1)
|