Update pages/faq.py
Browse files- 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 |
-
-
|
| 5 |
-
- Track your understanding
|
| 6 |
-
- Your
|
|
|
|
| 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 |
""")
|