()
| 483 | self.main_prediction.setStyleSheet('color: #f44336;') |
| 484 | |
| 485 | def main(): |
| 486 | app = QApplication(sys.argv) |
| 487 | window = NeuralForgeGUI() |
| 488 | window.show() |
| 489 | sys.exit(app.exec()) |
| 490 | |
| 491 | if __name__ == '__main__': |
| 492 | main() |
no test coverage detected