duongthienz commited on
Commit
9dffcd4
·
verified ·
1 Parent(s): c333473

Add YT embed of walkthrough video

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -106,7 +106,11 @@ st.title("Instructor Support Tool")
106
  if not isGPU:
107
  st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
108
 
 
 
109
  with st.expander("TLDR"):
 
 
110
  st.write(
111
  'If you would like to see a sample result or multiple sample results generated from '
112
  'real classroom audio, select "Single File Demo (Sample)", "Single File Demo (Full)", '
 
106
  if not isGPU:
107
  st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
108
 
109
+ DEMO_VIDEO_URL = "https://www.youtube.com/watch?v=n7Z_BzU7yOY"
110
+
111
  with st.expander("TLDR"):
112
+ st.write("Please watch this video for a walkthrough of this app:")
113
+ st.video(DEMO_VIDEO_URL)
114
  st.write(
115
  'If you would like to see a sample result or multiple sample results generated from '
116
  'real classroom audio, select "Single File Demo (Sample)", "Single File Demo (Full)", '