E-slam's picture
Update app.py
49e0c15 verified
raw
history blame
330 Bytes
import subprocess
subprocess.call(["pip", "install", "flet==0.23.2"])
import os
import time
# gh_token = os.getenv("gh_token")
# url_with_token = "https://" + gh_token + "@github.com/Eslam-Magdy-1297/ESearch_FletV01.git"
# os.system(f"git clone {url_with_token}")
time.sleep(10)
os.system("python ESearch_FletV01/app.py")