Sreeja6600 commited on
Commit
c3ce935
·
verified ·
1 Parent(s): 3892172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,10 +1,10 @@
1
  import streamlit as st
2
  st.markdown(
3
- "<title style='text-align: center;'>ZERO TO HERO IN MACHINE LEARNING..!</title>",
4
  unsafe_allow_html=True
5
  )
6
 
7
  st.markdown(
8
- "<h1 style='text-align: center; color:Navy blue'>About the App</h1>",
9
  unsafe_allow_html=True
10
  )
 
1
  import streamlit as st
2
  st.markdown(
3
+ "<h1 style='text-align: center;'>ZERO TO HERO IN MACHINE LEARNING..!</h1>",
4
  unsafe_allow_html=True
5
  )
6
 
7
  st.markdown(
8
+ "<h2 style='text-align: center; color:Navy blue'>About the App</h2>",
9
  unsafe_allow_html=True
10
  )