shezamunir commited on
Commit
ff0f3e8
·
verified ·
1 Parent(s): 2634260

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -114,7 +114,7 @@ with tab2:
114
  st.markdown(
115
  f"""
116
  <div class="logo-container" style="display:flex; justify-content: center;">
117
- <img src="data:image/png;base64,{img_data_pipeline}" style="width:50%; max-width:700px;"/>
118
  </div>
119
  """,
120
  unsafe_allow_html=True
 
114
  st.markdown(
115
  f"""
116
  <div class="logo-container" style="display:flex; justify-content: center;">
117
+ <img src="data:image/png;base64,{img_data_pipeline}" style="width:80%; max-width:700px;"/>
118
  </div>
119
  """,
120
  unsafe_allow_html=True