Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,9 +99,9 @@ st.markdown("""
|
|
99 |
|
100 |
# Add ResumeMagic Logo
|
101 |
# st.image("logo.jpeg", use_container_width=True)
|
102 |
-
st.markdown('<div class="stContainer">', unsafe_allow_html=True)
|
103 |
st.image("logo.jpeg", use_container_width=True)
|
104 |
-
st.markdown('</div>', unsafe_allow_html=True)
|
105 |
# st.write("This text should appear on a black background.")
|
106 |
|
107 |
# Title and Description
|
|
|
99 |
|
100 |
# Add ResumeMagic Logo
|
101 |
# st.image("logo.jpeg", use_container_width=True)
|
102 |
+
st.markdown('<div class="stContainer"></div>', unsafe_allow_html=True)
|
103 |
st.image("logo.jpeg", use_container_width=True)
|
104 |
+
# st.markdown('</div>', unsafe_allow_html=True)
|
105 |
# st.write("This text should appear on a black background.")
|
106 |
|
107 |
# Title and Description
|