Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,11 +26,13 @@ st.markdown("""
|
|
26 |
text-align: center;
|
27 |
}
|
28 |
.stContainer {
|
29 |
-
background-color: #000000;
|
30 |
display: flex;
|
31 |
justify-content: center;
|
32 |
align-items: center;
|
33 |
-
max-width: 100%;
|
|
|
|
|
34 |
}
|
35 |
.logo-container {
|
36 |
background-color: black;
|
@@ -38,7 +40,8 @@ st.markdown("""
|
|
38 |
justify-content: center;
|
39 |
align-items: center;
|
40 |
padding: 10px;
|
41 |
-
max-width: 100%;
|
|
|
42 |
}
|
43 |
.logo-container img {
|
44 |
max-width: 100%;
|
@@ -95,10 +98,10 @@ st.markdown("""
|
|
95 |
""", unsafe_allow_html=True)
|
96 |
|
97 |
# Add ResumeMagic Logo
|
|
|
|
|
98 |
st.image("logo.jpeg", use_container_width=True)
|
99 |
-
|
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
|
|
|
26 |
text-align: center;
|
27 |
}
|
28 |
.stContainer {
|
29 |
+
# background-color: #000000;
|
30 |
display: flex;
|
31 |
justify-content: center;
|
32 |
align-items: center;
|
33 |
+
# max-width: 100%;
|
34 |
+
height: 30%;
|
35 |
+
width: 45%;
|
36 |
}
|
37 |
.logo-container {
|
38 |
background-color: black;
|
|
|
40 |
justify-content: center;
|
41 |
align-items: center;
|
42 |
padding: 10px;
|
43 |
+
# max-width: 100%;
|
44 |
+
|
45 |
}
|
46 |
.logo-container img {
|
47 |
max-width: 100%;
|
|
|
98 |
""", unsafe_allow_html=True)
|
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
|