Leo Liu
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ def main():
|
|
| 117 |
# 页面头部展示
|
| 118 |
st.markdown("""
|
| 119 |
<div class="header">
|
| 120 |
-
<h1 style='margin:0;'>🎙️
|
| 121 |
<p style='color: white; font-size: 1.2rem;'>Transcribe, translate, and evaluate your audio magic!</p>
|
| 122 |
</div>
|
| 123 |
""", unsafe_allow_html=True)
|
|
|
|
| 117 |
# 页面头部展示
|
| 118 |
st.markdown("""
|
| 119 |
<div class="header">
|
| 120 |
+
<h1 style='margin:0;'>🎙️ Customer Service Quality Analyzer</h1>
|
| 121 |
<p style='color: white; font-size: 1.2rem;'>Transcribe, translate, and evaluate your audio magic!</p>
|
| 122 |
</div>
|
| 123 |
""", unsafe_allow_html=True)
|