Spaces:
Running
Running
Update pages/machine_learning.py
Browse files
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 |
-
|
121 |
-
|
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 |
|