SrcLurker commited on
Commit
51f946d
·
1 Parent(s): cc9ee3d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks() as demo:
182
  outputs=[status_output, results_table])
183
 
184
  if __name__ == "__main__":
185
- print("\n" + "-" * 30 + " App Starting " + "-" * 30)
186
  # Check for SPACE_HOST and SPACE_ID at startup for information
187
  space_host_startup = os.getenv("SPACE_HOST")
188
  space_id_startup = os.getenv("SPACE_ID") # Get SPACE_ID at startup
 
182
  outputs=[status_output, results_table])
183
 
184
  if __name__ == "__main__":
185
+ print("\n" + "-" * 30 + " NEW App Starting " + "-" * 30)
186
  # Check for SPACE_HOST and SPACE_ID at startup for information
187
  space_host_startup = os.getenv("SPACE_HOST")
188
  space_id_startup = os.getenv("SPACE_ID") # Get SPACE_ID at startup