Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -545,7 +545,7 @@ if st.sidebar.button("Load Demo Example"):
|
|
| 545 |
st.session_state.unusedSpeakers = [speakerNames]
|
| 546 |
with st.spinner(text=f'Analyzing Demo Data'):
|
| 547 |
analyze(file_names[0])
|
| 548 |
-
st.success(f"Took {time.time() - start_time} seconds to analyze
|
| 549 |
isDemo = True
|
| 550 |
|
| 551 |
currFile = st.sidebar.selectbox('Current File', file_names,on_change=updateMultiSelect,key="select_currFile")
|
|
|
|
| 545 |
st.session_state.unusedSpeakers = [speakerNames]
|
| 546 |
with st.spinner(text=f'Analyzing Demo Data'):
|
| 547 |
analyze(file_names[0])
|
| 548 |
+
st.success(f"Took {time.time() - start_time} seconds to analyze the demo file!")
|
| 549 |
isDemo = True
|
| 550 |
|
| 551 |
currFile = st.sidebar.selectbox('Current File', file_names,on_change=updateMultiSelect,key="select_currFile")
|