kk
Browse files
app.py
CHANGED
@@ -66,6 +66,6 @@ if st.button("Get Career Advice"):
|
|
66 |
# Footer
|
67 |
st.markdown("---")
|
68 |
st.markdown(
|
69 |
-
"<p style='text-align: center; font-size: 14px;'>Designed by:
|
70 |
unsafe_allow_html=True
|
71 |
)
|
|
|
66 |
# Footer
|
67 |
st.markdown("---")
|
68 |
st.markdown(
|
69 |
+
"<p style='text-align: center; font-size: 14px;'>Designed by: </p>",
|
70 |
unsafe_allow_html=True
|
71 |
)
|