fix streamlit-aggrid showing "For Trial Use Only"

This commit is contained in:
imClumsyPanda 2023-09-05 17:30:58 +08:00
parent 0b60a25f2a
commit fdfbf31318
1 changed files with 2 additions and 1 deletions

View File

@ -189,7 +189,8 @@ def knowledge_base_page(api: ApiRequest):
custom_css={
"#gridToolBar": {"display": "none"},
},
allow_unsafe_jscode=True
allow_unsafe_jscode=True,
enable_enterprise_modules=False
)
selected_rows = doc_grid.get("selected_rows", [])