Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
55 |
-
|
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("π§ *
|
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)
|