Skip to content

Commit 1e7caeb

Browse files
committed
Add page_title
1 parent a8a6b9a commit 1e7caeb

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

examples/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
streamlit>=0.63
1+
streamlit>=0.65
22
streamlit-embedcode

examples/streamlit-embedcode-docs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import streamlit as st
22
from streamlit_embedcode import *
33

4+
st.beta_set_page_config(page_title="streamlit-embedcode documentation",)
5+
46
choice = st.sidebar.radio(
57
"Please choose a function to see its documentation",
68
(

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# this is a shim to work with S4A for now, until requirements are read from folder containing the Streamlit Python script
2-
streamlit>=0.63
2+
streamlit>=0.65
33
streamlit-embedcode

0 commit comments

Comments
 (0)