fix streamlit-aggrid showing "For Trial Use Only"
This commit is contained in:
parent
0b60a25f2a
commit
fdfbf31318
|
|
@ -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…
Reference in New Issue