Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -687,15 +687,8 @@ with tab2:
|
|
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
|
|
|
687 |
|
688 |
|
689 |
|
|
|
|
|
|
|
|
|
|
|
690 |
|
691 |
+
st.markdown('<p class="about-text">Inspired by an assessment in BCO6008 Predictive Analytics class in Victoria University (Melbourne) with Dr. Omid Ameri Sianaki. Enjoyed doing this and learned a lot! 😊</p>', unsafe_allow_html=True)
|
|
|
|
|
692 |
st.markdown('</div>', unsafe_allow_html=True)
|
693 |
|
694 |
# Disclaimer footer
|