shivam-1706 commited on
Commit
c400ab5
·
verified ·
1 Parent(s): 781dd1b

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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="DistilBERT Sentiment Analyzer",
11
  page_icon="🎭",
12
  layout="wide"
13
  )
14
 
15
  # Title and description
16
- st.title("🎭 DistilBERT 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("---")
 
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("---")