xujinheng666 commited on
Commit
d974db8
·
verified ·
1 Parent(s): 19f3fad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def rate_quality(text):
39
 
40
  # Streamlit UI
41
  st.set_page_config(page_title="Cantonese Audio Transcription & Analysis", layout="centered")
42
- st.title("🗣️ Cantonese Audio Transcriber & Sentiment Analyzer")
43
  st.markdown("Upload your Cantonese audio file, and we will transcribe and analyze its sentiment.")
44
 
45
  uploaded_file = st.file_uploader("Upload an audio file (WAV, MP3, etc.)", type=["wav", "mp3", "m4a"])
 
39
 
40
  # Streamlit UI
41
  st.set_page_config(page_title="Cantonese Audio Transcription & Analysis", layout="centered")
42
+ st.title("🗣️ Customer Service Conversation Quality Analyzer")
43
  st.markdown("Upload your Cantonese audio file, and we will transcribe and analyze its sentiment.")
44
 
45
  uploaded_file = st.file_uploader("Upload an audio file (WAV, MP3, etc.)", type=["wav", "mp3", "m4a"])