cd14 commited on
Commit
7d98089
·
1 Parent(s): 27bcf76

bug fixing for df_recom_extra

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -463,7 +463,7 @@ def select_cta_button(ccolor, text):
463
  st.markdown('##### Call_To_Action text: {}'.format(str(st.session_state.text[x])))
464
  with col2:
465
  # st.button('2')
466
- st.image(color_img,caption='CTA Button Color:' channels='BGR')
467
  with col1:
468
  ctab=st.button("Select This CTA button to optimize", key = x)
469
 
 
463
  st.markdown('##### Call_To_Action text: {}'.format(str(st.session_state.text[x])))
464
  with col2:
465
  # st.button('2')
466
+ st.image(color_img,caption='CTA Button Color', channels='BGR')
467
  with col1:
468
  ctab=st.button("Select This CTA button to optimize", key = x)
469