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 |
-
|
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("
|
|
|
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 = [
|