Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -95,11 +95,11 @@ st.markdown("""
|
|
95 |
""", unsafe_allow_html=True)
|
96 |
|
97 |
# Add ResumeMagic Logo
|
98 |
-
|
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)
|
102 |
-
st.write("This text should appear on a black background.")
|
103 |
|
104 |
# Title and Description
|
105 |
st.title("Resume Tailoring with Google Generative AI")
|
|
|
95 |
""", unsafe_allow_html=True)
|
96 |
|
97 |
# Add ResumeMagic Logo
|
98 |
+
st.image("logo.png", 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)
|
102 |
+
# st.write("This text should appear on a black background.")
|
103 |
|
104 |
# Title and Description
|
105 |
st.title("Resume Tailoring with Google Generative AI")
|