Skip to content

Commit

Permalink
revert default value
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanp committed May 11, 2023
1 parent fc2815f commit e932186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/streamlit_app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def initialize_c2p():

chart_format = st.selectbox(
"Chart format",
("vega", "simple"),
("simple", "vega"),
key="chart_format",
index=0,
on_change=initialize_c2p,
Expand Down

0 comments on commit e932186

Please sign in to comment.