Anshini commited on
Commit
22c13cf
Β·
verified Β·
1 Parent(s): 59fc643

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
  # Set page configuration
4
- # st.set_page_config(page_title="Innomatics Data Science Chat Bot", layout="centered")
5
 
6
  # Custom CSS styling
7
  st.markdown("""
@@ -45,7 +45,7 @@ st.markdown("""
45
  }
46
  </style>
47
  """, unsafe_allow_html=True)
48
- st.set_page_config(page_title="Innomatics Data Science Chat Bot", layout="centered")
49
 
50
  # Glass Panel Wrapper
51
  with st.container():
@@ -55,7 +55,8 @@ with st.container():
55
  st.markdown("### πŸ‘‹ Hey there! Ready to level up with your smart learning buddy?")
56
  st.markdown("Your AI-powered companion is here to simplify your Data Science journey and tackle every doubt along the way!")
57
 
58
- st.markdown("## πŸ“š Select the domain:")
 
59
 
60
  # Grid of subject buttons
61
  subjects = [
 
1
  import streamlit as st
2
 
3
  # Set page configuration
4
+ st.set_page_config(page_title="Innomatics Data Science Chat Bot", layout="centered")
5
 
6
  # Custom CSS styling
7
  st.markdown("""
 
45
  }
46
  </style>
47
  """, unsafe_allow_html=True)
48
+ # st.set_page_config(page_title="Innomatics Data Science Chat Bot", layout="centered")
49
 
50
  # Glass Panel Wrapper
51
  with st.container():
 
55
  st.markdown("### πŸ‘‹ Hey there! Ready to level up with your smart learning buddy?")
56
  st.markdown("Your AI-powered companion is here to simplify your Data Science journey and tackle every doubt along the way!")
57
 
58
+ st.markdown("🌟 *Ready to explore? Pick a domain to get started!*")
59
+
60
 
61
  # Grid of subject buttons
62
  subjects = [