diff --git a/webui/Main.py b/webui/Main.py index 850cffd..357ea45 100644 --- a/webui/Main.py +++ b/webui/Main.py @@ -4,7 +4,6 @@ import sys from uuid import uuid4 import streamlit as st -import streamlit_authenticator as stauth from loguru import logger # Add the root directory of the project to the system path to allow importing modules from the project