Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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:
|
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
|