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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -75,6 +75,8 @@ st.markdown("""
75
  </style>
76
  """, unsafe_allow_html=True)
77
 
 
 
78
 
79
  # Title and Description
80
  st.title("Resume Tailoring with Google Generative AI")
 
75
  </style>
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")