Skip to content

Commit 651f00b

Browse files
authored
update streamlit
st.beta_set_page_config->st.set_page_config
1 parent 8193867 commit 651f00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchserve_dashboard/dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import api as tsa
99

10-
st.beta_set_page_config(
10+
st.set_page_config(
1111
page_title="Torchserve Management Dashboard",
1212
page_icon="./icon.png",
1313
layout="centered",

0 commit comments

Comments
 (0)