awacke1 commited on
Commit
512292b
·
verified ·
1 Parent(s): 384eb2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ def update_marquee_settings_ui():
233
  """🖌 Add color pickers & sliders for marquee config in the sidebar."""
234
  with st.expander("🎯 Marquee Settings"):
235
  st.markdown("### 🎯 Marquee Settings")
236
- cols = st.sidebar.columns(2)
237
  with cols[0]:
238
  bg_color = st.color_picker("🎨 Background",
239
  st.session_state['marquee_settings']["background"],
 
233
  """🖌 Add color pickers & sliders for marquee config in the sidebar."""
234
  with st.expander("🎯 Marquee Settings"):
235
  st.markdown("### 🎯 Marquee Settings")
236
+ cols = st.columns(2)
237
  with cols[0]:
238
  bg_color = st.color_picker("🎨 Background",
239
  st.session_state['marquee_settings']["background"],