moved webui and updated poetry packages
Code Quality Pipeline / Test (push) Successful in 4m5s
CI Pipeline / Test (pull_request) Failing after 3m42s
CI Pipeline / Build and Publish (pull_request) Has been skipped

This commit is contained in:
Brian Bjarke Jensen
2024-05-20 19:19:29 +02:00
parent 72c60170a7
commit fd9140093d
54 changed files with 511 additions and 460 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ from pathlib import Path
from dotenv import load_dotenv
from core.database import connect
from core.database import upsert_prediction
from core.database.classes import VisualCommunication
from shared.database import connect
from shared.database import upsert_prediction
from shared.database.classes import VisualCommunication
if __name__ == '__main__':
# setup logging