Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,5 +31,5 @@ for item in os.listdir('cloned_repo'):
|
|
| 31 |
shutil.move(source_path, destination_path)
|
| 32 |
|
| 33 |
# Now you can import the main module from the current directory
|
| 34 |
-
import main
|
| 35 |
-
from main import *
|
|
|
|
| 31 |
shutil.move(source_path, destination_path)
|
| 32 |
|
| 33 |
# Now you can import the main module from the current directory
|
| 34 |
+
#import main
|
| 35 |
+
#from main import *
|