TroglodyteDerivations commited on
Commit
06aa953
1 Parent(s): cf6d633

Updated lines 15-16 with: st.audio("h1.wav", format="audio/wav") st.audio("h2.wav", format="audio/wav")

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -12,6 +12,8 @@ st.image("homer.webp", caption="Homer Simpson Meta-Learning HRL Lecture", use_co
12
  # Display and play the audio files
13
  st.write("Audio Playback Meta-Learning with HRL Intrinsic Reward Lecture:")
14
  st.audio("h0.wav", format="audio/wav")
 
 
15
 
16
  # Define the grid and visitations
17
  grid = np.zeros((6, 6))
 
12
  # Display and play the audio files
13
  st.write("Audio Playback Meta-Learning with HRL Intrinsic Reward Lecture:")
14
  st.audio("h0.wav", format="audio/wav")
15
+ st.audio("h1.wav", format="audio/wav")
16
+ st.audio("h2.wav", format="audio/wav")
17
 
18
  # Define the grid and visitations
19
  grid = np.zeros((6, 6))