Spaces:
Sleeping
Sleeping
ZaaachX
commited on
Commit
·
1e1f179
1
Parent(s):
75dd009
udpate
Browse files
app.py
CHANGED
@@ -29,4 +29,6 @@ if os.path.exists('cloned_repo/packages.txt'):
|
|
29 |
sys.path.insert(0, os.path.abspath('cloned_repo'))
|
30 |
|
31 |
# Now you can import your modules correctly
|
32 |
-
import main
|
|
|
|
|
|
29 |
sys.path.insert(0, os.path.abspath('cloned_repo'))
|
30 |
|
31 |
# Now you can import your modules correctly
|
32 |
+
import main
|
33 |
+
|
34 |
+
main.main()
|