innovation64 commited on
Commit
4d4ceae
·
verified ·
1 Parent(s): 3b38028

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "l3xv/Final_Assignment_Template"
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}")