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