Skip to content

Commit 115996f

Browse files
author
Randy Zwitch
authored
Update streamlit_app.py
1 parent 7d82f1e commit 115996f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/streamlit_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import streamlit as st
22
from streamlit_embedcode import *
33

4-
st.beta_set_page_config(page_title="streamlit-embedcode documentation",)
4+
st.set_page_config(page_title="streamlit-embedcode documentation",)
55

66
choice = st.sidebar.radio(
77
"Please choose a function to see its documentation",

0 commit comments

Comments
 (0)