Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -26,7 +26,7 @@ img_data = encode_image(logo_image)
|
|
26 |
st.markdown(
|
27 |
f"""
|
28 |
<div class="logo-container" style="display:flex; justify-content: center; align-items: center; gap: 20px;">
|
29 |
-
<img src="data:image/png;base64,{
|
30 |
<img src="data:image/png;base64,{img_data}" style="width:50%; max-width:700px;"/>
|
31 |
</div>
|
32 |
""",
|
|
|
26 |
st.markdown(
|
27 |
f"""
|
28 |
<div class="logo-container" style="display:flex; justify-content: center; align-items: center; gap: 20px;">
|
29 |
+
<img src="data:image/png;base64,{img_logo}" style="width:60px;"/>
|
30 |
<img src="data:image/png;base64,{img_data}" style="width:50%; max-width:700px;"/>
|
31 |
</div>
|
32 |
""",
|