Hello,
I’m trying to add an email address in the page configuration.
st.set_page_config(page_title="my title",
page_icon=img,
initial_sidebar_state="collapsed",
menu_items={
"Get Help": "https://mypage.com",
"Report a bug": "support@fake_email.gmaill"})
Note: above are fake email / website.
My problem is that the web address’s link works fine but got an error for the email address : streamlit.errors.StreamlitAPIException: "" is a not a valid URL!
I saw that this feature was added last year
Do I need to add html tag or some css codes ?
Thanks for any help,
Jonathan
Debug info
- Streamlit version:
1.26.0
- Python version:
3.11.4
- Using a virtual environment within
PyCharm
(base is3.11.4
) - OS version:
mac os catalina
- Browser version: tested with
safari
,chrome
andFirefox