Spaces:
Sleeping
Sleeping
Update logo background
Browse files
app.py
CHANGED
@@ -76,7 +76,9 @@ st.markdown("""
|
|
76 |
""", unsafe_allow_html=True)
|
77 |
|
78 |
# Add ResumeMagic Logo
|
79 |
-
st.image("template_image.png", use_column_width=True)
|
|
|
|
|
80 |
|
81 |
# Title and Description
|
82 |
st.title("Resume Tailoring with Google Generative AI")
|
|
|
76 |
""", unsafe_allow_html=True)
|
77 |
|
78 |
# Add ResumeMagic Logo
|
79 |
+
# st.image("template_image.png", use_column_width=True)
|
80 |
+
st.markdown('<div class="logo-container"><img src="template_image.png" style="width:100%;"></div>', unsafe_allow_html=True)
|
81 |
+
|
82 |
|
83 |
# Title and Description
|
84 |
st.title("Resume Tailoring with Google Generative AI")
|