ifiecas commited on
Commit
24a3b7a
·
verified ·
1 Parent(s): c07e845

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
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