re-type commited on
Commit
b82ceb2
·
verified ·
1 Parent(s): fa1658a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -827,7 +827,8 @@ def run_application():
827
  )
828
  except Exception as fallback_error:
829
  logger.error(f"Fallback failed: {fallback_error}", exc_info=True)
830
- print("❌ Application failed to start. Check logs for details.")if __name__ == "__main__":
 
831
  print("🧬 Gene Analysis Pipeline Starting...")
832
  print("=" * 50)
833
  print("🔍 Checking system components...")
 
827
  )
828
  except Exception as fallback_error:
829
  logger.error(f"Fallback failed: {fallback_error}", exc_info=True)
830
+ print("❌ Application failed to start. Check logs for details.")
831
+ if __name__ == "__main__":
832
  print("🧬 Gene Analysis Pipeline Starting...")
833
  print("=" * 50)
834
  print("🔍 Checking system components...")