ashok2216 commited on
Commit
1fba1d1
·
verified ·
1 Parent(s): d848e1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -58,6 +58,7 @@ sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
58
  # Example usage:-
59
  sample_url = 'https://www.amazon.in/Dell-Inspiron-i7-1255U-Processor-Platinum/product-reviews/B0C9F142V6/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews'
60
  url = st.text_input("Amazon product link", sample_url)
 
61
  st.write("Done")
62
  st.subheader('', divider='rainbow')
63
  all_reviews = scrape_all_pages(url)
 
58
  # Example usage:-
59
  sample_url = 'https://www.amazon.in/Dell-Inspiron-i7-1255U-Processor-Platinum/product-reviews/B0C9F142V6/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews'
60
  url = st.text_input("Amazon product link", sample_url)
61
+ st.button("Say hello")
62
  st.write("Done")
63
  st.subheader('', divider='rainbow')
64
  all_reviews = scrape_all_pages(url)