Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|