import streamlit as st # Function to display the landing page st.markdown( f"""

Welcome to SocratiQ AI

Learn by questioning, master by doing!

""", unsafe_allow_html=True, ) st.markdown( """
Explore
""", unsafe_allow_html=True, ) # st.link_button("Explore", url="chat")