Aranwer commited on
Commit
c3c90ff
·
verified ·
1 Parent(s): 372b191

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -132,4 +132,4 @@ if st.session_state.state["active"]:
132
  if st.session_state.state["active"]:
133
  if st.toggle("💡 Enable Consult Mode"):
134
  hint = get_hint(st.session_state.state["current_question"], st.session_state.state["answers"])
135
- st.info(f"💭 Hint: {hint}")
 
132
  if st.session_state.state["active"]:
133
  if st.toggle("💡 Enable Consult Mode"):
134
  hint = get_hint(st.session_state.state["current_question"], st.session_state.state["answers"])
135
+ st.info(f"💭 Hint: {hint}")