Spaces:
Sleeping
Sleeping
Update
Browse files
app.py
CHANGED
@@ -25,6 +25,11 @@ st.markdown("""
|
|
25 |
color: #4B7BE5;
|
26 |
text-align: center;
|
27 |
}
|
|
|
|
|
|
|
|
|
|
|
28 |
.stButton>button {
|
29 |
# background-color: #4B7BE5;
|
30 |
# color: white;
|
@@ -77,7 +82,9 @@ st.markdown("""
|
|
77 |
|
78 |
# Add ResumeMagic Logo
|
79 |
# st.image("template_image.png", use_column_width=True)
|
80 |
-
st.markdown('<div class="logo-container"
|
|
|
|
|
81 |
|
82 |
|
83 |
# Title and Description
|
|
|
25 |
color: #4B7BE5;
|
26 |
text-align: center;
|
27 |
}
|
28 |
+
.logo-container {
|
29 |
+
background-color: black;
|
30 |
+
padding: 10px;
|
31 |
+
text-align: center;
|
32 |
+
}
|
33 |
.stButton>button {
|
34 |
# background-color: #4B7BE5;
|
35 |
# color: white;
|
|
|
82 |
|
83 |
# Add ResumeMagic Logo
|
84 |
# st.image("template_image.png", use_column_width=True)
|
85 |
+
st.markdown('<div class="logo-container">', unsafe_allow_html=True)
|
86 |
+
st.image("template_image.png", use_container_width=True)
|
87 |
+
st.markdown('</div>', unsafe_allow_html=True)
|
88 |
|
89 |
|
90 |
# Title and Description
|