Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -111,10 +111,10 @@ st.markdown("""
|
|
111 |
""", unsafe_allow_html=True)
|
112 |
|
113 |
# Add ResumeMagic Logo
|
114 |
-
st.markdown('<div class="logo-container"></div>', unsafe_allow_html=True)
|
115 |
-
st.image("template_image.png", width=80)
|
116 |
-
st.markdown('</div>', unsafe_allow_html=True)
|
117 |
-
|
118 |
|
119 |
# Title and Description
|
120 |
st.title("Resume Tailoring with Google Generative AI")
|
|
|
111 |
""", unsafe_allow_html=True)
|
112 |
|
113 |
# Add ResumeMagic Logo
|
114 |
+
# st.markdown('<div class="logo-container"></div>', unsafe_allow_html=True)
|
115 |
+
# st.image("template_image.png", width=80)
|
116 |
+
# st.markdown('</div>', unsafe_allow_html=True)
|
117 |
+
st.image("template_image.png", with_container_width=True)
|
118 |
|
119 |
# Title and Description
|
120 |
st.title("Resume Tailoring with Google Generative AI")
|