Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
# Set page config
|
4 |
-
st.set_page_config(page_title="
|
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("
|
37 |
-
st.markdown("### 👋 Welcome to the
|
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 |
|