feat: remove streamlit_authenticator

This commit is contained in:
harry 2025-05-08 15:51:33 +08:00
parent c7f7fa12b4
commit b312c52a33

View File

@ -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