Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ st.markdown("""
|
|
95 |
""", unsafe_allow_html=True)
|
96 |
|
97 |
# Add ResumeMagic Logo
|
98 |
-
st.image("logo.
|
99 |
# st.markdown('<div class="stContainer">', unsafe_allow_html=True)
|
100 |
# st.image("template_image.png", width=500)
|
101 |
# st.markdown('</div>', unsafe_allow_html=True)
|
|
|
95 |
""", unsafe_allow_html=True)
|
96 |
|
97 |
# Add ResumeMagic Logo
|
98 |
+
st.image("logo.jpeg", use_container_width=True)
|
99 |
# st.markdown('<div class="stContainer">', unsafe_allow_html=True)
|
100 |
# st.image("template_image.png", width=500)
|
101 |
# st.markdown('</div>', unsafe_allow_html=True)
|