Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|