Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,8 @@ st.markdown("""
|
|
44 |
|
45 |
}
|
46 |
.logo-container img {
|
47 |
-
max-width:
|
48 |
-
height:
|
49 |
}
|
50 |
.stButton>button {
|
51 |
# background-color: #4B7BE5;
|
@@ -99,10 +99,10 @@ st.markdown("""
|
|
99 |
|
100 |
# Add ResumeMagic Logo
|
101 |
# st.image("logo.jpeg", use_container_width=True)
|
102 |
-
st.markdown('<div class="
|
103 |
st.image("logo.jpeg", use_container_width=True)
|
104 |
-
|
105 |
-
|
106 |
|
107 |
# Title and Description
|
108 |
st.title("Resume Tailoring with Google Generative AI")
|
|
|
44 |
|
45 |
}
|
46 |
.logo-container img {
|
47 |
+
max-width: 60%;
|
48 |
+
height: 40%;
|
49 |
}
|
50 |
.stButton>button {
|
51 |
# background-color: #4B7BE5;
|
|
|
99 |
|
100 |
# Add ResumeMagic Logo
|
101 |
# st.image("logo.jpeg", use_container_width=True)
|
102 |
+
st.markdown('<div class="logo-container"></div>', unsafe_allow_html=True)
|
103 |
st.image("logo.jpeg", use_container_width=True)
|
104 |
+
st.markdown('</div>', unsafe_allow_html=True)
|
105 |
+
|
106 |
|
107 |
# Title and Description
|
108 |
st.title("Resume Tailoring with Google Generative AI")
|