pktpaulie commited on
Commit
cc01a6b
·
verified ·
1 Parent(s): 62df589

Update logo background

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -76,7 +76,9 @@ st.markdown("""
76
  """, unsafe_allow_html=True)
77
 
78
  # Add ResumeMagic Logo
79
- st.image("template_image.png", use_column_width=True)
 
 
80
 
81
  # Title and Description
82
  st.title("Resume Tailoring with Google Generative AI")
 
76
  """, unsafe_allow_html=True)
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
84
  st.title("Resume Tailoring with Google Generative AI")