Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -452,7 +452,7 @@ def initialize():
|
|
452 |
repo_id="bupa1018/KadiAPY_Coding_Assistant", # Replace with your Space ID
|
453 |
repo_type="space" # Ensure repo type is 'space'
|
454 |
)
|
455 |
-
print(f"New folder created at: {home}"
|
456 |
|
457 |
|
458 |
initialize()
|
|
|
452 |
repo_id="bupa1018/KadiAPY_Coding_Assistant", # Replace with your Space ID
|
453 |
repo_type="space" # Ensure repo type is 'space'
|
454 |
)
|
455 |
+
print(f"New folder created at: {home}")
|
456 |
|
457 |
|
458 |
initialize()
|