Maira-ghaffar commited on
Commit
a1d5cbd
·
verified ·
1 Parent(s): 8a756a4

Update pages/faq.py

Browse files
Files changed (1) hide show
  1. pages/faq.py +5 -3
pages/faq.py CHANGED
@@ -1,7 +1,9 @@
1
  import streamlit as st
 
2
  st.title("❓ FAQ / Help")
3
  st.write("""
4
- - Ask questions on the main page.
5
- - Track your understanding using the buttons.
6
- - Your learning score updates automatically.
 
7
  """)
 
1
  import streamlit as st
2
+
3
  st.title("❓ FAQ / Help")
4
  st.write("""
5
+ - Type a question on the main page to get AI-generated answers.
6
+ - Track your understanding with the score buttons.
7
+ - Your score updates automatically.
8
+ - Use this app to improve your learning adaptively.
9
  """)