Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ st.markdown("""
|
|
100 |
# Add ResumeMagic Logo
|
101 |
# st.image("logo.jpeg", use_container_width=True)
|
102 |
st.markdown('<div class="logo-container"></div>', unsafe_allow_html=True)
|
103 |
-
st.image("logo.jpeg", width=80
|
104 |
st.markdown('</div>', unsafe_allow_html=True)
|
105 |
|
106 |
|
|
|
100 |
# Add ResumeMagic Logo
|
101 |
# st.image("logo.jpeg", use_container_width=True)
|
102 |
st.markdown('<div class="logo-container"></div>', unsafe_allow_html=True)
|
103 |
+
st.image("logo.jpeg", width=80)
|
104 |
st.markdown('</div>', unsafe_allow_html=True)
|
105 |
|
106 |
|