ifiecas commited on
Commit
8c657e8
·
verified ·
1 Parent(s): 17b02e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -347,6 +347,10 @@ with tab2:
347
  check here: <a href="#" style="color: #7950F2;">[Coming Soon]</a></p>
348
 
349
  <p style="margin-top: 20px;">Enjoyed doing this and learned a lot! 😊</p>
 
 
 
 
350
  """, unsafe_allow_html=True)
351
  st.markdown('</div>', unsafe_allow_html=True)
352
 
 
347
  check here: <a href="#" style="color: #7950F2;">[Coming Soon]</a></p>
348
 
349
  <p style="margin-top: 20px;">Enjoyed doing this and learned a lot! 😊</p>
350
+
351
+ <h3 style="margin-top: 30px;">Behind the Build</h3>
352
+ <p><a href="https://ifiecas.com/" target="_blank" style="color: #7950F2; text-decoration: none;">Ivy Fiecas-Borjal</a></p>
353
+ <p style="font-size: 0.9rem;">Inspired by an assessment in BCO6008 Predictive Analytics class in Victoria University (Melbourne) with Dr. Omid Ameri Sianaki</p>
354
  """, unsafe_allow_html=True)
355
  st.markdown('</div>', unsafe_allow_html=True)
356