Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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.
|
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"],
|