czyoung commited on
Commit
04dd473
·
verified ·
1 Parent(s): 853ad6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -133,9 +133,6 @@ def analyze(inFileName):
133
  categorySelections = st.session_state["categorySelect"][currFileIndex]
134
 
135
  noVoice, oneVoice, multiVoice = su.calcSpeakingTypes(currAnnotation,currTotalTime)
136
- noVoice.sort()
137
- oneVoice.sort()
138
- multiVoice.sort()
139
 
140
  df3 = pd.DataFrame(
141
  {
 
133
  categorySelections = st.session_state["categorySelect"][currFileIndex]
134
 
135
  noVoice, oneVoice, multiVoice = su.calcSpeakingTypes(currAnnotation,currTotalTime)
 
 
 
136
 
137
  df3 = pd.DataFrame(
138
  {