pktpaulie commited on
Commit
ce008ef
·
verified ·
1 Parent(s): 1cce21c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -95,11 +95,11 @@ st.markdown("""
95
  """, unsafe_allow_html=True)
96
 
97
  # Add ResumeMagic Logo
98
- # st.image("template_image.png", use_column_width=True)
99
- st.markdown('<div class="stContainer">', unsafe_allow_html=True)
100
- st.image("template_image.png", width=500)
101
- st.markdown('</div>', unsafe_allow_html=True)
102
- st.write("This text should appear on a black background.")
103
 
104
  # Title and Description
105
  st.title("Resume Tailoring with Google Generative AI")
 
95
  """, unsafe_allow_html=True)
96
 
97
  # Add ResumeMagic Logo
98
+ st.image("logo.png", use_container_width=True)
99
+ # st.markdown('<div class="stContainer">', unsafe_allow_html=True)
100
+ # st.image("template_image.png", width=500)
101
+ # st.markdown('</div>', unsafe_allow_html=True)
102
+ # st.write("This text should appear on a black background.")
103
 
104
  # Title and Description
105
  st.title("Resume Tailoring with Google Generative AI")