pedrogaprieto commited on
Commit
408a5df
·
verified ·
1 Parent(s): 42e1cb9

Update app.py

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