⬆️ deps: Upgrade dependencies to latest versions and address minor issues

This commit is contained in:
yyhhyyyyyy
2024-12-05 10:16:38 +08:00
parent 162b5e17c3
commit 6288b70ae2
5 changed files with 88 additions and 63 deletions

View File

@@ -479,7 +479,7 @@ with left_panel:
st.session_state["video_terms"] = ", ".join(terms)
params.video_terms = st.text_area(
tr("Video Keywords"), value=st.session_state["video_terms"], height=50
tr("Video Keywords"), value=st.session_state["video_terms"]
)
with middle_panel: