Merge pull request #639 from harry0703/dev

feat: remove streamlit_authenticator
This commit is contained in:
Harry 2025-05-08 15:53:06 +08:00 committed by GitHub
commit 1901c2905b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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