sree4411 commited on
Commit
df63dc7
Β·
verified Β·
1 Parent(s): e70fc9d

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +7 -0
src/streamlit_app.py CHANGED
@@ -12,6 +12,13 @@ st.set_page_config(page_title="🧠 AI Mentor Hub", page_icon="πŸŽ“")
12
  st.title("πŸŽ“ AI Mentor Hub - Learn Smarter, Faster!")
13
 
14
  st.markdown("### πŸ” Select your mentor and ask any question:")
 
 
 
 
 
 
 
15
 
16
  # Emoji mentor labels
17
  mentor_labels = {
 
12
  st.title("πŸŽ“ AI Mentor Hub - Learn Smarter, Faster!")
13
 
14
  st.markdown("### πŸ” Select your mentor and ask any question:")
15
+ col1, col2, col3, col4, col5, col6 = st.columns(6)
16
+ with col1: st.write("🐍 Python")
17
+ with col2: st.write("πŸ€– ML")
18
+ with col3: st.write("🧠 DL")
19
+ with col4: st.write("πŸ“Š Stats")
20
+ with col5: st.write("🧾 Data_Anaylasis")
21
+ with col6: st.write("πŸ—ƒοΈ sql and powerbi")
22
 
23
  # Emoji mentor labels
24
  mentor_labels = {