cd14 commited on
Commit
22a2f3c
·
1 Parent(s): e77f265

bug fixing for df_recom_extra

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -460,7 +460,7 @@ def select_cta_button(ccolor, text):
460
  col1, col2, col3, col4 = st.columns([1,1,1,1])
461
  with col3:
462
  # st.button('1')
463
- st.write('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')
 
460
  col1, col2, col3, col4 = st.columns([1,1,1,1])
461
  with col3:
462
  # st.button('1')
463
+ st.write('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')