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