Update app.py
Browse files
app.py
CHANGED
@@ -278,7 +278,7 @@ def main():
|
|
278 |
# Header with smaller text
|
279 |
st.markdown("""
|
280 |
<h1 style='text-align: center; font-size: 2.5rem; font-weight: 800; margin-bottom: 0.875rem;'>
|
281 |
-
🚀
|
282 |
</h1>
|
283 |
""", unsafe_allow_html=True)
|
284 |
|
|
|
278 |
# Header with smaller text
|
279 |
st.markdown("""
|
280 |
<h1 style='text-align: center; font-size: 2.5rem; font-weight: 800; margin-bottom: 0.875rem;'>
|
281 |
+
🚀 Multi Agent Job Search and Match
|
282 |
</h1>
|
283 |
""", unsafe_allow_html=True)
|
284 |
|