Leo Liu
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ def main():
|
|
| 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;'>
|
| 122 |
</div>
|
| 123 |
""", unsafe_allow_html=True)
|
| 124 |
|
|
|
|
| 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;'>Evaluate the service quality with simple-uploading!</p>
|
| 122 |
</div>
|
| 123 |
""", unsafe_allow_html=True)
|
| 124 |
|