import streamlit as st from rag import answer_question # Set page config st.set_page_config( page_title="Cory Booker's Marathon Speech", page_icon="🇺🇸", layout="wide" ) # Custom CSS st.markdown( """ """, unsafe_allow_html=True, ) # Header with American flag emoji st.title("🇺🇸 Cory Booker's Historic Speech") st.markdown( """
The transcript is derived from videos in this playlist: YouTube Playlist
Ask questions about Senator Booker's historic 25-hour speech below:
{}
Please verify important facts and consult primary sources when possible.
🇺🇸 Celebrating American Democracy and the Power of Speech 🇺🇸
Made with ❤️ by Noah K