Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ plt.rcParams['font.family'] = font_prop.get_name()
|
|
24 |
|
25 |
# ページ設定
|
26 |
st.set_page_config(
|
27 |
-
page_title="
|
28 |
page_icon="📊",
|
29 |
layout="wide"
|
30 |
)
|
@@ -48,7 +48,7 @@ if 'model_configs' not in st.session_state:
|
|
48 |
}
|
49 |
|
50 |
# メインアプリケーション
|
51 |
-
st.title("
|
52 |
st.caption("Created by Dit-Lab.(Daiki Ito)")
|
53 |
|
54 |
with st.expander("このアプリケーションについて", expanded=False):
|
|
|
24 |
|
25 |
# ページ設定
|
26 |
st.set_page_config(
|
27 |
+
page_title="easyAutoML_DEMO(回帰)",
|
28 |
page_icon="📊",
|
29 |
layout="wide"
|
30 |
)
|
|
|
48 |
}
|
49 |
|
50 |
# メインアプリケーション
|
51 |
+
st.title("easyAutoML_DEMO(回帰)")
|
52 |
st.caption("Created by Dit-Lab.(Daiki Ito)")
|
53 |
|
54 |
with st.expander("このアプリケーションについて", expanded=False):
|