Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -7,13 +7,13 @@ import os
|
|
| 7 |
|
| 8 |
# Page configuration
|
| 9 |
st.set_page_config(
|
| 10 |
-
page_title="
|
| 11 |
page_icon="🎭",
|
| 12 |
layout="wide"
|
| 13 |
)
|
| 14 |
|
| 15 |
# Title and description
|
| 16 |
-
st.title("🎭
|
| 17 |
st.markdown("**5-Class Amazon Review Sentiment Analysis + AI-Generated Customer Support Responses**")
|
| 18 |
st.markdown("*Powered by DistilBERT & GitHub Models API*")
|
| 19 |
st.markdown("---")
|
|
|
|
| 7 |
|
| 8 |
# Page configuration
|
| 9 |
st.set_page_config(
|
| 10 |
+
page_title="Sentiment Analyzer",
|
| 11 |
page_icon="🎭",
|
| 12 |
layout="wide"
|
| 13 |
)
|
| 14 |
|
| 15 |
# Title and description
|
| 16 |
+
st.title("🎭 Sentiment Analysis with AI Responses")
|
| 17 |
st.markdown("**5-Class Amazon Review Sentiment Analysis + AI-Generated Customer Support Responses**")
|
| 18 |
st.markdown("*Powered by DistilBERT & GitHub Models API*")
|
| 19 |
st.markdown("---")
|