re-type commited on
Commit
6d65f31
·
verified ·
1 Parent(s): a3d5400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -785,7 +785,8 @@ def run_application():
785
  )
786
  except Exception as fallback_error:
787
  logger.error(f"Fallback failed: {fallback_error}", exc_info=True)
788
- print("❌ Application failed to start. Check logs for details.")if __name__ == "__main__":
 
789
  print("🧬 Gene Analysis Pipeline Starting...")
790
  print("=" * 50)
791
  print("🔍 Checking system components...")
 
785
  )
786
  except Exception as fallback_error:
787
  logger.error(f"Fallback failed: {fallback_error}", exc_info=True)
788
+ print("❌ Application failed to start. Check logs for details.")
789
+ if __name__ == "__main__":
790
  print("🧬 Gene Analysis Pipeline Starting...")
791
  print("=" * 50)
792
  print("🔍 Checking system components...")