Add streamlit helper to __init__.py

This commit is contained in:
cross32768
2023-06-30 11:02:27 +09:00
parent 17bcdf910e
commit c7371418c0
+2
View File
@@ -13,6 +13,8 @@ from ._form_widget import TextInputWidget # noqa
from ._named_objectives import set_objective_names # noqa
from ._note import get_note # noqa
from ._note import save_note # noqa
from ._streamlit_helper import render_trial_note # noqa
from ._streamlit_helper import render_user_attr_form_widgets # noqa
__version__ = "0.10.3"