rahulnamdev commited on
Commit
39e071c
·
verified ·
1 Parent(s): 86d5864

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,5 +8,5 @@ import pandas as pd
8
  if __name__ == "__main__":
9
  print("\n" + "-"*30 + " App Starting " + "-"*30)
10
  # Check for SPACE_HOST and SPACE_ID at startup for information
11
- space_host_startup = os.getenv("SPACE_HOST")
12
- space_id_startup = os.getenv("SPACE_ID") # Get SPACE_ID at startup
 
8
  if __name__ == "__main__":
9
  print("\n" + "-"*30 + " App Starting " + "-"*30)
10
  # Check for SPACE_HOST and SPACE_ID at startup for information
11
+ #space_host_startup = os.getenv("SPACE_HOST")
12
+ #space_id_startup = os.getenv("SPACE_ID") # Get SPACE_ID at startup