Upload app.py
Browse files
app.py
CHANGED
@@ -362,7 +362,7 @@ if __name__ == "__main__":
|
|
362 |
print("\n" + "-"*30 + " App Starting " + "-"*30)
|
363 |
# Check for SPACE_HOST and SPACE_ID at startup for information
|
364 |
space_host_startup = os.getenv("SPACE_HOST")
|
365 |
-
space_id_startup = "
|
366 |
|
367 |
if space_host_startup:
|
368 |
print(f"✅ SPACE_HOST found: {space_host_startup}")
|
|
|
362 |
print("\n" + "-"*30 + " App Starting " + "-"*30)
|
363 |
# Check for SPACE_HOST and SPACE_ID at startup for information
|
364 |
space_host_startup = os.getenv("SPACE_HOST")
|
365 |
+
space_id_startup = "innovation64/Final_Assignment_codeagent"
|
366 |
|
367 |
if space_host_startup:
|
368 |
print(f"✅ SPACE_HOST found: {space_host_startup}")
|