Maira-ghaffar's picture
Update pages/faq.py
a1d5cbd verified
raw
history blame contribute delete
271 Bytes
import streamlit as st
st.title("❓ FAQ / Help")
st.write("""
- Type a question on the main page to get AI-generated answers.
- Track your understanding with the score buttons.
- Your score updates automatically.
- Use this app to improve your learning adaptively.
""")