pktpaulie commited on
Commit
602831a
·
verified ·
1 Parent(s): 65ab1ce

Update Logo background

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -25,6 +25,9 @@ st.markdown("""
25
  color: #4B7BE5;
26
  text-align: center;
27
  }
 
 
 
28
  .logo-container {
29
  background-color: black;
30
  display: flex;
@@ -89,10 +92,10 @@ st.markdown("""
89
 
90
  # Add ResumeMagic Logo
91
  # st.image("template_image.png", use_column_width=True)
92
- st.markdown('<div class="logo-container">', unsafe_allow_html=True)
93
- st.image("template_image.png", use_container_width=True)
94
  st.markdown('</div>', unsafe_allow_html=True)
95
-
96
 
97
  # Title and Description
98
  st.title("Resume Tailoring with Google Generative AI")
 
25
  color: #4B7BE5;
26
  text-align: center;
27
  }
28
+ .stContainer {
29
+ background-color: rgba(0, 0, 0, 0);
30
+ }
31
  .logo-container {
32
  background-color: black;
33
  display: flex;
 
92
 
93
  # Add ResumeMagic Logo
94
  # st.image("template_image.png", use_column_width=True)
95
+ st.markdown('<div class="stContainer">', unsafe_allow_html=True)
96
+ st.image("template_image.png", width=500)
97
  st.markdown('</div>', unsafe_allow_html=True)
98
+ st.write("This text should appear on a black background.")
99
 
100
  # Title and Description
101
  st.title("Resume Tailoring with Google Generative AI")