update
Browse files
app.py
CHANGED
@@ -110,5 +110,4 @@ if uploaded_file:
|
|
110 |
|
111 |
#Footer
|
112 |
st.markdown("---")
|
113 |
-
st.markdown("""<p style= 'text-align: center;' >Powered by <b>Streamlit</b> and <b>Google Gemini AI</b> | Developed by <b>Max Johnson</b></a></p>""", unsafe_allow_html=True)
|
114 |
-
|
|
|
110 |
|
111 |
#Footer
|
112 |
st.markdown("---")
|
113 |
+
st.markdown("""<p style= 'text-align: center;' >Powered by <b>Streamlit</b> and <b>Google Gemini AI</b> | Developed by <a href="https://www.linkedin.com/in/maxjohnson-1209/" target="_blank" style='text-decoration: none; color: #000000'><b>Max Johnson</b></a></p>""", unsafe_allow_html=True)
|
|