From c7371418c0527db94924f5e05d6bcfe90aed8399 Mon Sep 17 00:00:00 2001 From: cross32768 Date: Fri, 30 Jun 2023 11:02:27 +0900 Subject: [PATCH] Add streamlit helper to __init__.py --- optuna_dashboard/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/optuna_dashboard/__init__.py b/optuna_dashboard/__init__.py index 0b2bc8a0..b47c36cf 100644 --- a/optuna_dashboard/__init__.py +++ b/optuna_dashboard/__init__.py @@ -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"