codewithdark commited on
Commit
01ed88b
·
verified ·
1 Parent(s): 3ac0570

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ elif selected_option == "Home":
220
  # Footer with Author Information
221
  st.write("---")
222
  st.write("### About the Author")
223
- st.write("This app was created by Dark coder.")
224
  st.write("For more projects and contact information, visit:")
225
  st.write("[GitHub](https://github.com/codewithdark-git) | [LinkedIn](https://www.linkedin.com/in/codewithdark)")
226
 
 
220
  # Footer with Author Information
221
  st.write("---")
222
  st.write("### About the Author")
223
+ st.write("This app was created by Dark Coder.")
224
  st.write("For more projects and contact information, visit:")
225
  st.write("[GitHub](https://github.com/codewithdark-git) | [LinkedIn](https://www.linkedin.com/in/codewithdark)")
226