duongthienz commited on
Commit
b1f6c0b
·
verified ·
1 Parent(s): f33e8ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -94,8 +94,8 @@ st.markdown(
94
  st.title("Instructor Support Tool")
95
  if not (pipeline.isGPU or pipeline.isTPU):
96
  st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
97
- st.warning("After performing one action, a *Running* icon will appear top right corner.")
98
- st.warning("Please wait for this icon to disappear before performing another action.")
99
 
100
  DEMO_VIDEO_URL = "https://www.youtube.com/watch?v=n7Z_BzU7yOY"
101
 
@@ -204,7 +204,7 @@ st.sidebar.caption(
204
  "Multiple Files Demo loads ten recording samples."
205
  )
206
  st.sidebar.caption(
207
- "After Single File Demo (Sample) is loaded, the Rename Sample Speakers button will appear"
208
  "Click on Rename Sample Speakers to try out the rename feature."
209
  )
210
 
 
94
  st.title("Instructor Support Tool")
95
  if not (pipeline.isGPU or pipeline.isTPU):
96
  st.warning("TOOL CURRENTLY USING CPU, ANALYSIS EXTREMELY SLOW")
97
+ st.warning("After performing one action, a RUNNING... icon will appear at the top right corner.\n\n
98
+ "Please wait for this icon to disappear before performing another action.")
99
 
100
  DEMO_VIDEO_URL = "https://www.youtube.com/watch?v=n7Z_BzU7yOY"
101
 
 
204
  "Multiple Files Demo loads ten recording samples."
205
  )
206
  st.sidebar.caption(
207
+ "After Single File Demo (Sample) is loaded, the Rename Sample Speakers button will appear.\n\n"
208
  "Click on Rename Sample Speakers to try out the rename feature."
209
  )
210