aghilTQ commited on
Commit
e4504fe
·
verified ·
1 Parent(s): 2e4b442

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -590,7 +590,7 @@ def main():
590
  # Footer
591
  st.markdown("---")
592
  st.markdown(
593
- '<div style="text-align: center; color: #666; padding: 2rem;">Created with ❤️ using Streamlit and pyphen</div>',
594
  unsafe_allow_html=True
595
  )
596
 
 
590
  # Footer
591
  st.markdown("---")
592
  st.markdown(
593
+ '<div style="text-align: center; color: #666; padding: 2rem;">Created by @aghilalb and ai</div>',
594
  unsafe_allow_html=True
595
  )
596