cd14 commited on
Commit
6e880b6
·
1 Parent(s): 7d98089

bug fixing for df_recom_extra

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -457,7 +457,7 @@ def select_cta_button(ccolor, text):
457
  color_rgb=get_rgb(str(st.session_state.ccolor[x]))
458
  color_img=create_image(100,30,color_rgb)
459
  # color_img=add_text(color_img,"Call_To_Action text: "+str(st.session_state.text[x]))
460
- col1, col2, col3 = st.columns([1,1,1,1])
461
  with col3:
462
  # st.button('1')
463
  st.markdown('##### Call_To_Action text: {}'.format(str(st.session_state.text[x])))
 
457
  color_rgb=get_rgb(str(st.session_state.ccolor[x]))
458
  color_img=create_image(100,30,color_rgb)
459
  # color_img=add_text(color_img,"Call_To_Action text: "+str(st.session_state.text[x]))
460
+ col1, col2, col3, col4 = st.columns([1,1,1,1])
461
  with col3:
462
  # st.button('1')
463
  st.markdown('##### Call_To_Action text: {}'.format(str(st.session_state.text[x])))