BlendMMM commited on
Commit
3aa1b56
·
verified ·
1 Parent(s): 2793b42

Update utilities.py

Browse files
Files changed (1) hide show
  1. utilities.py +0 -2
utilities.py CHANGED
@@ -143,8 +143,6 @@ def set_header():
143
  return st.markdown(f"""<div class='main-header'>
144
  <!-- <h1></h1> -->
145
  <div >
146
- <img class='blend-logo' src="data:image;base64,{data_url1}", alt="Logo">
147
- </div>
148
  <img class='blend-logo' src="data:image;base64,{data_url}", alt="Logo">
149
  </div>""", unsafe_allow_html=True)
150
 
 
143
  return st.markdown(f"""<div class='main-header'>
144
  <!-- <h1></h1> -->
145
  <div >
 
 
146
  <img class='blend-logo' src="data:image;base64,{data_url}", alt="Logo">
147
  </div>""", unsafe_allow_html=True)
148