Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|