mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-03 21:23:13 +08:00
fix streamlit-aggrid showing "For Trial Use Only"
This commit is contained in:
parent
9da7313e7e
commit
c24e00a386
@ -189,7 +189,8 @@ def knowledge_base_page(api: ApiRequest):
|
|||||||
custom_css={
|
custom_css={
|
||||||
"#gridToolBar": {"display": "none"},
|
"#gridToolBar": {"display": "none"},
|
||||||
},
|
},
|
||||||
allow_unsafe_jscode=True
|
allow_unsafe_jscode=True,
|
||||||
|
enable_enterprise_modules=False
|
||||||
)
|
)
|
||||||
|
|
||||||
selected_rows = doc_grid.get("selected_rows", [])
|
selected_rows = doc_grid.get("selected_rows", [])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user