lanna_lalala;- commited on
Commit
c3a4582
·
1 Parent(s): bd16af5

welcome css try

Browse files
Files changed (1) hide show
  1. phase/Student_view/lesson.py +1 -1
phase/Student_view/lesson.py CHANGED
@@ -557,7 +557,7 @@ def _render_lesson():
557
  if st.session_state.get("show_quiz_prompt"):
558
  # Streamlit 1.25+ has st.modal. If you're on an older version,
559
  # you can recreate this with a custom overlay.
560
- with st.modal("Ready for a quick check-in?"):
561
  st.write("Would you like to do **Quiz 1** to strengthen your knowledge?")
562
  col_ok, col_skip = st.columns(2)
563
 
 
557
  if st.session_state.get("show_quiz_prompt"):
558
  # Streamlit 1.25+ has st.modal. If you're on an older version,
559
  # you can recreate this with a custom overlay.
560
+ with st.dialog("Ready for a quick check-in?"):
561
  st.write("Would you like to do **Quiz 1** to strengthen your knowledge?")
562
  col_ok, col_skip = st.columns(2)
563