import streamlit as st # Set the title of the app st.title("Homer Simpson Meta-Learning with Hierarchical Reinforcement Learning Intrinsic Reward Lecture") # Display the image with a caption st.image("homer.webp", caption="Homer Simpson Meta-Learning HRL Lecture", use_column_width=True) # Display and play the audio files st.write("Audio Playback Meta-Learning with HRL Intrinsic Reward Lecture:") st.audio("h0.wav", format="audio/wav")