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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
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,14 +45,15 @@ st.markdown("""
45
  }
46
  </style>
47
  """, unsafe_allow_html=True)
 
48
 
49
  # Glass Panel Wrapper
50
  with st.container():
51
- st.markdown('<div class="glass-panel">', unsafe_allow_html=True)
52
 
53
  st.title("πŸ€– Innomatics Data Science Chat Bot")
54
- # st.markdown("### πŸ‘‹ Welcome to your personalized learning companion!")
55
- # st.markdown("This smart assistant helps you navigate your doubts in Data Science and related fields.")
56
 
57
  st.markdown("## πŸ“š Select the domain:")
58
 
@@ -76,5 +77,5 @@ with st.container():
76
  st.switch_page(subjects[i + j][1])
77
 
78
  st.markdown("---")
79
- st.markdown("🧠 *Empowering your journey through every concept, one question at a time.*")
80
  st.markdown('</div>', unsafe_allow_html=True)
 
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():
52
+ # st.markdown('<div class="glass-panel">', unsafe_allow_html=True)
53
 
54
  st.title("πŸ€– Innomatics Data Science Chat Bot")
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
 
 
77
  st.switch_page(subjects[i + j][1])
78
 
79
  st.markdown("---")
80
+ st.markdown("🧠 *Let’s unravel every concept together β€” your questions fuel the journey!*")
81
  st.markdown('</div>', unsafe_allow_html=True)