<!-- Describe your bugs below ^_^ --> ## ๐ Bug description [Please make everyone to understand it] When the training is finished, the status of the Chart page will not become "Finish", and `the final chart` does not appear. Test Code: ```python import swanlab import time swanlab.init() for i in range(10): swanlab.log({'loss': i}) time.sleep(1) # the final chart swanlab.log({'acc': 0.99}) ``` ่ฎญ็ปๅฎๆๆถ็็ถๆ๏ผ  ## ๐พ Expected result - status -> `Finish` - `the final chart` appear. ## ๐ Any additional [like screenshots] - **SwanLab Version**:v0.1.1