Spaces:
No application file
No application file
Update app.py
Browse files
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.")
|
|
|
|
| 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...")
|