@@ -3,6 +3,10 @@
支持人工调整表格线位置
"""
+import warnings
+# 过滤 PaddleX 的语法警告
+warnings.filterwarnings('ignore', category=SyntaxWarning, module='paddlex')
+
import streamlit as st
from pathlib import Path
from PIL import Image