hari3485 commited on
Commit
7b5801d
·
verified ·
1 Parent(s): 028a69f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -1,3 +1,10 @@
1
  import streamlit as st
2
 
3
- st.title(<h1>"✨Dive into ML: Zero to Hero 🚀"</h1>)
 
 
 
 
 
 
 
 
1
  import streamlit as st
2
 
3
+ st.markdown(
4
+ """
5
+ <h1 style="color: #007BFF; text-align: center;">
6
+ ✨ Dive into ML: Zero to Hero 🚀
7
+ </h1>
8
+ """,
9
+ unsafe_allow_html=True
10
+ )