Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -685,13 +685,17 @@ with tab2:
|
|
685 |
unsafe_allow_html=True
|
686 |
)
|
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
|
|
|
685 |
unsafe_allow_html=True
|
686 |
)
|
687 |
|
688 |
+
|
689 |
+
|
690 |
st.markdown(
|
|
|
|
|
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 |
+
|
696 |
+
|
697 |
+
unsafe_allow_html=True
|
698 |
+
)
|
699 |
st.markdown('</div>', unsafe_allow_html=True)
|
700 |
|
701 |
# Disclaimer footer
|