From b312c52a33f92363db7b448b50a4d9a2b62c1dbd Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 8 May 2025 15:51:33 +0800 Subject: [PATCH] feat: remove streamlit_authenticator --- webui/Main.py | 1 - 1 file changed, 1 deletion(-) 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