You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/library/advanced-features/app-menu.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,5 +151,5 @@ Using `client.toolbarMode` in your app's [configuration](/library/advanced-featu
151
151
152
152
-`"developer"`— Show the developer options to all viewers.
153
153
-`"viewer"`— Hide the developer options from all viewers.
154
-
-`"minimal"`— Show only those options set externally. These options can be declared through [`st.set_page_config`](/library/api-reference/utilities/st.set_page_config) or options populated through Streamlit Community Cloud.
154
+
-`"minimal"`— Show only those options set externally. These options can be declared through [`st.set_page_config`](/library/api-reference/utilities/st.set_page_config) or populated through Streamlit Community Cloud.
155
155
-`"auto"`— This is the default and will show the developer options when accessed through localhost or through Streamlit Community Cloud when logged into an administrative account for the app. Otherwise, the developer options will not show.
0 commit comments