Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ def install_requirements():
|
|
| 20 |
subprocess.run(["pip", "install", "--no-cache-dir", "-r", req_file], check=True)
|
| 21 |
|
| 22 |
def start_script():
|
| 23 |
-
subprocess.Popen(["
|
| 24 |
|
| 25 |
def run_app():
|
| 26 |
clone_repo()
|
|
|
|
| 20 |
subprocess.run(["pip", "install", "--no-cache-dir", "-r", req_file], check=True)
|
| 21 |
|
| 22 |
def start_script():
|
| 23 |
+
subprocess.Popen(["python3", "copyright.py"], cwd="repo")
|
| 24 |
|
| 25 |
def run_app():
|
| 26 |
clone_repo()
|