czyoung commited on
Commit
cd9f583
·
verified ·
1 Parent(s): 709f33f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -519,7 +519,7 @@ try:
519
  speakerNames = currAnnotation.labels()
520
 
521
  speakers_dataFrame = st.session_state.summaries[currFileIndex]["speakers_dataFrame"]
522
- currDF = su.annotationToSimpleDataFrame(currAnnotation)
523
  speakers_times = st.session_state.summaries[currFileIndex]["speakers_times"]
524
 
525
  # Update other categories
 
519
  speakerNames = currAnnotation.labels()
520
 
521
  speakers_dataFrame = st.session_state.summaries[currFileIndex]["speakers_dataFrame"]
522
+ currDF, _ = su.annotationToSimpleDataFrame(currAnnotation)
523
  speakers_times = st.session_state.summaries[currFileIndex]["speakers_times"]
524
 
525
  # Update other categories