Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|