Clone77 commited on
Commit
c87a29a
·
verified ·
1 Parent(s): 5d21289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
  # Set page config
4
- st.set_page_config(page_title="Innomatics Online Trainer Bot", layout="centered")
5
 
6
  # Inject custom CSS for background and buttons
7
  st.markdown("""
@@ -33,8 +33,8 @@ st.markdown("""
33
  """, unsafe_allow_html=True)
34
 
35
  # Title and intro
36
- st.title("Innomatics Online Trainer Bot")
37
- st.markdown("### 👋 Welcome to the Innomatics Online Trainer Bot!")
38
  st.markdown("This dashboard will guide you through your doubts in various modules.")
39
  st.markdown("## In which module do you have doubt?")
40
 
 
1
  import streamlit as st
2
 
3
  # Set page config
4
+ st.set_page_config(page_title="MentorMinds Bot", layout="centered")
5
 
6
  # Inject custom CSS for background and buttons
7
  st.markdown("""
 
33
  """, unsafe_allow_html=True)
34
 
35
  # Title and intro
36
+ st.title("MentorMinds Bot")
37
+ st.markdown("### 👋 Welcome to the MentorMinds Bot!")
38
  st.markdown("This dashboard will guide you through your doubts in various modules.")
39
  st.markdown("## In which module do you have doubt?")
40