czyoung commited on
Commit
8b1e6c6
·
verified ·
1 Parent(s): f71cef1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -545,7 +545,7 @@ if st.sidebar.button("Load Demo Example"):
545
  st.session_state.unusedSpeakers = [speakerNames]
546
  with st.spinner(text=f'Analyzing Demo Data'):
547
  analyze(file_names[0])
548
- st.success(f"Took {time.time() - start_time} seconds to analyze {totalFiles} files!")
549
  isDemo = True
550
 
551
  currFile = st.sidebar.selectbox('Current File', file_names,on_change=updateMultiSelect,key="select_currFile")
 
545
  st.session_state.unusedSpeakers = [speakerNames]
546
  with st.spinner(text=f'Analyzing Demo Data'):
547
  analyze(file_names[0])
548
+ st.success(f"Took {time.time() - start_time} seconds to analyze the demo file!")
549
  isDemo = True
550
 
551
  currFile = st.sidebar.selectbox('Current File', file_names,on_change=updateMultiSelect,key="select_currFile")