Update app.py
Browse files
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("🗣️
|
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"])
|