Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,6 @@ if uploaded_file:
|
|
33 |
except Exception as e:
|
34 |
st.error(f"β Processing failed: {e}")
|
35 |
tab1, tab2, tab3, tab4 = st.tabs(["π Transcript", "π Summary", "π¬ Emotions", "π Trends"])
|
36 |
-
tab1, tab2, tab3 = tab1, tab2, tab3, tab4 = st.tabs(["π Transcript", "π Summary", "π¬ Emotions", "π Trends"])
|
37 |
|
38 |
with tab1:
|
39 |
st.subheader("π Speaker-Simulated Transcript")
|
|
|
33 |
except Exception as e:
|
34 |
st.error(f"β Processing failed: {e}")
|
35 |
tab1, tab2, tab3, tab4 = st.tabs(["π Transcript", "π Summary", "π¬ Emotions", "π Trends"])
|
|
|
36 |
|
37 |
with tab1:
|
38 |
st.subheader("π Speaker-Simulated Transcript")
|