pktpaulie commited on
Commit
ce77d9a
·
verified ·
1 Parent(s): 6e76d5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -111,10 +111,10 @@ st.markdown("""
111
  """, unsafe_allow_html=True)
112
 
113
  # Add ResumeMagic Logo
114
- st.markdown('<div class="logo-container"></div>', unsafe_allow_html=True)
115
- st.image("template_image.png", width=80)
116
- st.markdown('</div>', unsafe_allow_html=True)
117
-
118
 
119
  # Title and Description
120
  st.title("Resume Tailoring with Google Generative AI")
 
111
  """, unsafe_allow_html=True)
112
 
113
  # Add ResumeMagic Logo
114
+ # st.markdown('<div class="logo-container"></div>', unsafe_allow_html=True)
115
+ # st.image("template_image.png", width=80)
116
+ # st.markdown('</div>', unsafe_allow_html=True)
117
+ st.image("template_image.png", with_container_width=True)
118
 
119
  # Title and Description
120
  st.title("Resume Tailoring with Google Generative AI")