Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -687,4 +687,15 @@ with tab2:
|
|
687 |
|
688 |
st.markdown(
|
689 |
'<p class="about-text">Inspired by an assessment in BCO6008 Predictive Analytics class in Victoria University '
|
690 |
-
'(Melbourne) with Dr. Omid Ameri
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
687 |
|
688 |
st.markdown(
|
689 |
'<p class="about-text">Inspired by an assessment in BCO6008 Predictive Analytics class in Victoria University '
|
690 |
+
'(Melbourne) with Dr. Omid Ameri
|
691 |
+
'<p class="about-text">Inspired by an assessment in BCO6008 Predictive Analytics class in Victoria University '
|
692 |
+
'(Melbourne) with Dr. Omid Ameri Sianaki. Enjoyed doing this and learned a lot! 😊</p>',
|
693 |
+
unsafe_allow_html=True
|
694 |
+
)
|
695 |
+
st.markdown('</div>', unsafe_allow_html=True)
|
696 |
+
|
697 |
+
# Disclaimer footer
|
698 |
+
st.markdown("""<div class="footer-disclaimer">
|
699 |
+
<p><strong>Educational Project Disclaimer:</strong> This application is a prototype created to demonstrate machine learning model deployment and is not an actual financial service. The loan approval decisions are based on a trained model for educational purposes only and should not be used for real financial decisions.</p>
|
700 |
+
<p>© 2025 SmartLoanAI - Machine Learning Showcase Project</p>
|
701 |
+
</div>""", unsafe_allow_html=True)
|