ashok2216 commited on
Commit
2984bac
·
verified ·
1 Parent(s): f37ced0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -42,16 +42,13 @@ right: 2rem;
42
  """
43
  st.markdown(page_bg_img, unsafe_allow_html=True)
44
  # st.image("logo.png", width=200, height=200)
45
- st.image("logo.png", width=100)
46
  st.subheader(':violet[NLP HUB®]')
47
  st.markdown("")
48
  st.markdown("")
49
  st.markdown("")
50
  st.markdown("")
51
- st.markdown("")
52
- st.markdown("")
53
- st.markdown("")
54
- st.markdown("")
55
  st.subheader('Amazon Sentiment Analysis using FineTuned :red[GPT-2] Pre-Trained Model')
56
 
57
  sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
 
42
  """
43
  st.markdown(page_bg_img, unsafe_allow_html=True)
44
  # st.image("logo.png", width=200, height=200)
45
+ st.image("logo.png", width=80)
46
  st.subheader(':violet[NLP HUB®]')
47
  st.markdown("")
48
  st.markdown("")
49
  st.markdown("")
50
  st.markdown("")
51
+
 
 
 
52
  st.subheader('Amazon Sentiment Analysis using FineTuned :red[GPT-2] Pre-Trained Model')
53
 
54
  sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")