sree4411 commited on
Commit
9365fc5
·
verified ·
1 Parent(s): 9d4f5f6

Update pages/2_ML vs DL.py

Browse files
Files changed (1) hide show
  1. pages/2_ML vs DL.py +1 -1
pages/2_ML vs DL.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
 
3
  st.markdown("""
4
  <div style='text-align: center;'>
5
- <h1 style='color: rainbow;'>Difference between ML and DL</h1>
6
  </div>
7
  """, unsafe_allow_html=True)
8
 
 
2
 
3
  st.markdown("""
4
  <div style='text-align: center;'>
5
+ <h1 style='color: red;'>Difference between ML and DL</h1>
6
  </div>
7
  """, unsafe_allow_html=True)
8