Update app.py
Browse files
app.py
CHANGED
|
@@ -86,9 +86,9 @@ def main():
|
|
| 86 |
</h1>
|
| 87 |
""", unsafe_allow_html=True)
|
| 88 |
st.markdown("""
|
| 89 |
-
<
|
| 90 |
-
|
| 91 |
-
</
|
| 92 |
""", unsafe_allow_html=True)
|
| 93 |
st.markdown("---")
|
| 94 |
# Initialize variables
|
|
|
|
| 86 |
</h1>
|
| 87 |
""", unsafe_allow_html=True)
|
| 88 |
st.markdown("""
|
| 89 |
+
<h3 style='text-align: center; font-size: 1.5rem; font-weight: 400; margin-bottom: 0.875rem;'>
|
| 90 |
+
Smart Resume Builder: One profile, endless possibilities - powered by multiple AI agents
|
| 91 |
+
</h3>
|
| 92 |
""", unsafe_allow_html=True)
|
| 93 |
st.markdown("---")
|
| 94 |
# Initialize variables
|