ashok2216 commited on
Commit
847cbae
·
verified ·
1 Parent(s): 4aec7a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ right: 2rem;
44
  st.markdown(page_bg_img, unsafe_allow_html=True)
45
  # st.image("logo.png", width=200, height=200)
46
  st.image("logo.png", width=100)
47
- st.subheader(':blue[NLP HUB®]')
48
- st.header('Amazon Sentiment Analysis using FineTuned :green[GPT-2] Pre-Trained Model')
49
 
50
  sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
51
  # Example usage:-
 
44
  st.markdown(page_bg_img, unsafe_allow_html=True)
45
  # st.image("logo.png", width=200, height=200)
46
  st.image("logo.png", width=100)
47
+ st.subheader(':darkblue[NLP HUB®]')
48
+ st.subheader('Amazon Sentiment Analysis using FineTuned :red[GPT-2] Pre-Trained Model')
49
 
50
  sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
51
  # Example usage:-