Update app.py
Browse files
app.py
CHANGED
|
@@ -224,12 +224,6 @@ with col3:
|
|
| 224 |
st.session_state.session_ids = []
|
| 225 |
st.rerun()
|
| 226 |
|
| 227 |
-
st.markdown("""
|
| 228 |
-
<div style="text-align: center; margin-bottom: 2rem;">
|
| 229 |
-
Complete this form to tailor your learning experience to your preferences.<br>
|
| 230 |
-
Your personalized course will be generated based on the information you provide below.
|
| 231 |
-
</div>
|
| 232 |
-
""", unsafe_allow_html=True)
|
| 233 |
|
| 234 |
# Main Form
|
| 235 |
with st.form("personalization_form", clear_on_submit=False):
|
|
|
|
| 224 |
st.session_state.session_ids = []
|
| 225 |
st.rerun()
|
| 226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 227 |
|
| 228 |
# Main Form
|
| 229 |
with st.form("personalization_form", clear_on_submit=False):
|