Leo Liu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -85,7 +85,7 @@ def rate_quality(text):
|
|
85 |
|
86 |
# Streamlit main interface
|
87 |
def main():
|
88 |
-
st.set_page_config(page_title="Customer Service
|
89 |
|
90 |
# Business-oriented CSS styling
|
91 |
st.markdown("""
|
|
|
85 |
|
86 |
# Streamlit main interface
|
87 |
def main():
|
88 |
+
st.set_page_config(page_title="Customer Service Analyzer", page_icon="🎙️")
|
89 |
|
90 |
# Business-oriented CSS styling
|
91 |
st.markdown("""
|