Add complete base frontend components

Signed-off-by: Felipe Cardoso <felipe.cardoso@hotmail.it>
This commit is contained in:
2025-01-23 12:39:22 +01:00
parent 11b92803e5
commit acd37d2d75
10 changed files with 318 additions and 100 deletions

View File

@@ -175,7 +175,7 @@ class TrainingMonitor:
logger.error(f"Monitor error: {str(e)}")
await asyncio.sleep(5)
async def get_log(self, lines: int = 50) -> List[str]:
async def get_log(self, lines: int = 100) -> List[str]:
"""Get recent log entries"""
return self.recent_logs[-lines:]