Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from data_integration import scrape_all_pages
|
|
6 |
|
7 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|
8 |
|
9 |
-
# Example usage
|
10 |
sample_url = 'https://www.amazon.in/OnePlus-Nord-Pastel-128GB-Storage/product-reviews/B0BY8JZ22K/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews'
|
11 |
url = st.text_input("Amazon product link", sample_url)
|
12 |
st.write("The current movie title is", url)
|
|
|
6 |
|
7 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|
8 |
|
9 |
+
# Example usage:-
|
10 |
sample_url = 'https://www.amazon.in/OnePlus-Nord-Pastel-128GB-Storage/product-reviews/B0BY8JZ22K/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews'
|
11 |
url = st.text_input("Amazon product link", sample_url)
|
12 |
st.write("The current movie title is", url)
|