jaisun2004 commited on
Commit
aa76a65
Β·
verified Β·
1 Parent(s): 6ff1519

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -29,10 +29,10 @@ if uploaded_file:
29
  audio.export(audio_path, format="wav")
30
 
31
  try:
32
- pass # Placeholder to avoid empty try
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:
 
29
  audio.export(audio_path, format="wav")
30
 
31
  try:
32
+ pass # Placeholder to avoid empty try
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: