Update app.py
Browse files
app.py
CHANGED
|
@@ -756,5 +756,5 @@ with st.container():
|
|
| 756 |
|
| 757 |
st.markdown("</div>", unsafe_allow_html=True)
|
| 758 |
|
| 759 |
-
# Footer
|
| 760 |
st.markdown("<p style='text-align: center; color: #00d4ff; padding: 1rem; text-shadow: 0 0 10px rgba(0, 212, 255, 0.4);'>Copyright © 2025 Zouq ul Ilm. All rights reserved.</p>", unsafe_allow_html=True)
|
|
|
|
| 756 |
|
| 757 |
st.markdown("</div>", unsafe_allow_html=True)
|
| 758 |
|
| 759 |
+
# Footer.
|
| 760 |
st.markdown("<p style='text-align: center; color: #00d4ff; padding: 1rem; text-shadow: 0 0 10px rgba(0, 212, 255, 0.4);'>Copyright © 2025 Zouq ul Ilm. All rights reserved.</p>", unsafe_allow_html=True)
|