dlaima commited on
Commit
a11972f
·
verified ·
1 Parent(s): 886a81f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks() as demo:
175
  run_button.click(fn=run_and_submit_all, outputs=[status_output, results_table])
176
 
177
  if __name__ == "__main__":
178
- print("\ud83d\udd27 App starting...")
179
  demo.launch(debug=True, share=False)
180
 
181
 
 
175
  run_button.click(fn=run_and_submit_all, outputs=[status_output, results_table])
176
 
177
  if __name__ == "__main__":
178
+ print("🔧 App starting...")
179
  demo.launch(debug=True, share=False)
180
 
181