Maxjohn12 commited on
Commit
4533e6d
·
verified ·
1 Parent(s): 8cfa658
Files changed (1) hide show
  1. app.py +1 -2
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)