pktpaulie commited on
Commit
059553c
·
verified ·
1 Parent(s): cc01a6b
Files changed (1) hide show
  1. app.py +8 -1
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"><img src="template_image.png" style="width:100%;"></div>', unsafe_allow_html=True)
 
 
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