pktpaulie commited on
Commit
34649ec
·
verified ·
1 Parent(s): 51bfd94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ st.markdown("""
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
 
 
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", width=80, height=40)
104
  st.markdown('</div>', unsafe_allow_html=True)
105
 
106