Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -3,7 +3,7 @@ import time
|
|
3 |
import shutil
|
4 |
import subprocess
|
5 |
|
6 |
-
command = ["pip", "install", "flet
|
7 |
|
8 |
subprocess.run(command, check=True)
|
9 |
|
|
|
3 |
import shutil
|
4 |
import subprocess
|
5 |
|
6 |
+
command = ["pip", "install", "flet"]
|
7 |
|
8 |
subprocess.run(command, check=True)
|
9 |
|