czyoung commited on
Commit
be40b7b
·
verified ·
1 Parent(s): 7b7ab75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ for j, tab in enumerate(audio_tabs):
99
  speakerList, annotations = su.loadAudioRTTM(sample_data[j])
100
  st.session_state.results[j] = (speakerList,annotations)
101
 
102
- if len(st.session_state.results) > j and len(st.session_state.summaries) > j len(st.session_state.results[j]) > 0:
103
  with st.spinner(text='Loading results...'):
104
  # Display breakdowns
105
  #--------------------------------------------------------------------------
 
99
  speakerList, annotations = su.loadAudioRTTM(sample_data[j])
100
  st.session_state.results[j] = (speakerList,annotations)
101
 
102
+ if len(st.session_state.results) > j and len(st.session_state.summaries) > j and len(st.session_state.results[j]) > 0:
103
  with st.spinner(text='Loading results...'):
104
  # Display breakdowns
105
  #--------------------------------------------------------------------------