ashok2216 commited on
Commit
603f84f
·
verified ·
1 Parent(s): f854737

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from transformers import pipeline
6
  from data_integration import scrape_all_pages
7
 
8
  # st.image("logo.png", width=200, height=200)
9
- st.image("logo.png", width=60, use_column_width=True)
10
  st.header('Amazon Sentiment Analysis using FineTuned :blue[GPT-2] Pre-Trained Model')
11
 
12
  sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
 
6
  from data_integration import scrape_all_pages
7
 
8
  # st.image("logo.png", width=200, height=200)
9
+ st.image("logo.png", width=60)
10
  st.header('Amazon Sentiment Analysis using FineTuned :blue[GPT-2] Pre-Trained Model')
11
 
12
  sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")