Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -7,13 +7,13 @@ import time
|
|
7 |
|
8 |
gh_token = os.getenv("gh_token")
|
9 |
|
10 |
-
url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/
|
11 |
|
12 |
os.system(f"git clone {url_with_token}")
|
13 |
|
14 |
time.sleep(10)
|
15 |
|
16 |
-
with open("
|
17 |
code = file.read()
|
18 |
exec(code)
|
19 |
|
|
|
7 |
|
8 |
gh_token = os.getenv("gh_token")
|
9 |
|
10 |
+
url_with_token = f"https://{gh_token}@github.com/Eslam-Magdy-1297/Adel_Flet_Demo.git"
|
11 |
|
12 |
os.system(f"git clone {url_with_token}")
|
13 |
|
14 |
time.sleep(10)
|
15 |
|
16 |
+
with open("Adel_Flet_Demo/app.py", "r") as file:
|
17 |
code = file.read()
|
18 |
exec(code)
|
19 |
|