shezamunir commited on
Commit
a580f61
·
verified ·
1 Parent(s): 3224c02

Update src/streamlit_app.py

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