Anshini commited on
Commit
b5ab906
·
verified ·
1 Parent(s): 93ce395

Update pages/machine_learning.py

Browse files
Files changed (1) hide show
  1. pages/machine_learning.py +3 -3
pages/machine_learning.py CHANGED
@@ -116,7 +116,7 @@ with col1:
116
  st.markdown(f'<div class="chat-bubble mentor-bubble">{bot}</div>', unsafe_allow_html=True)
117
 
118
  # --- Mentor Tips Sidebar ---
119
- with col2:
120
- st.markdown("### 💡 Tips from Mentor")
121
- st.info("Try asking about:\n- Regression vs Classification\n- Overfitting examples\n- Feature scaling\n- Model evaluation techniques")
122
 
 
116
  st.markdown(f'<div class="chat-bubble mentor-bubble">{bot}</div>', unsafe_allow_html=True)
117
 
118
  # --- Mentor Tips Sidebar ---
119
+ # with col2:
120
+ # st.markdown("### 💡 Tips from Mentor")
121
+ # st.info("Try asking about:\n- Regression vs Classification\n- Overfitting examples\n- Feature scaling\n- Model evaluation techniques")
122