-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
type:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Description
Checklist
- I have searched the existing issues for similar feature requests.
- I added a descriptive title and summary to this issue.
Summary
When using
menu_choice = st.radio("",menuchoicelist, index=choice)
Streamlit gives error
label got an empty value. This is discouraged for accessibility reasons and may be disallowed in the future by raising an exception. Please provide a non-empty label and hide it with label_visibility if needed.
It doesn't give a file or line where the error is.
Why?
I'm always frustrated when there are error messages without any reference to file and/or line
How?
Give file and line where the message is provoked
Additional Context
github-actions, blackary, luyutin, drevit, dudegladiator and 32 more
Metadata
Metadata
Assignees
Labels
type:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features