Prasanthkumar commited on
Commit
478329d
·
verified ·
1 Parent(s): 8b19a0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ if __name__ == "__main__":
216
  else:
217
  print("ℹ️ SPACE_ID environment variable not found (running locally?). Repo URL cannot be determined.")
218
 
219
- print("-"*(60 + len(" App Starting ")) + "\n")
220
 
221
  print("Launching Gradio Interface for Basic Agent Evaluation...")
222
  demo.launch(debug=True, share=False)
 
216
  else:
217
  print("ℹ️ SPACE_ID environment variable not found (running locally?). Repo URL cannot be determined.")
218
 
219
+ print("-" *(60 + len(" App Starting ")) + "\n")
220
 
221
  print("Launching Gradio Interface for Basic Agent Evaluation...")
222
  demo.launch(debug=True, share=False)