czyoung commited on
Commit
8293b3a
·
verified ·
1 Parent(s): 498f585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ for j, tab in enumerate(audio_tabs):
92
  st.session_state.results.append([])
93
  st.session_state.results[j] = (speakerList,annotations)
94
 
95
- if len(st.session_state.results > j) and len(st.session_state.results[j]) > 0:
96
  with st.spinner(text='Loading results...'):
97
  # Display breakdowns
98
  #--------------------------------------------------------------------------
 
92
  st.session_state.results.append([])
93
  st.session_state.results[j] = (speakerList,annotations)
94
 
95
+ if len(st.session_state.results) > j and len(st.session_state.results[j]) > 0:
96
  with st.spinner(text='Loading results...'):
97
  # Display breakdowns
98
  #--------------------------------------------------------------------------