pktpaulie commited on
Commit
7c39c46
·
verified ·
1 Parent(s): 7b506d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,9 +99,9 @@ st.markdown("""
99
 
100
  # Add ResumeMagic Logo
101
  # st.image("logo.jpeg", use_container_width=True)
102
- st.markdown('<div class="stContainer">', unsafe_allow_html=True)
103
  st.image("logo.jpeg", use_container_width=True)
104
- st.markdown('</div>', unsafe_allow_html=True)
105
  # st.write("This text should appear on a black background.")
106
 
107
  # Title and Description
 
99
 
100
  # Add ResumeMagic Logo
101
  # st.image("logo.jpeg", use_container_width=True)
102
+ st.markdown('<div class="stContainer"></div>', unsafe_allow_html=True)
103
  st.image("logo.jpeg", use_container_width=True)
104
+ # st.markdown('</div>', unsafe_allow_html=True)
105
  # st.write("This text should appear on a black background.")
106
 
107
  # Title and Description