Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from data_integration import scrape_all_pages
|
|
8 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|
9 |
|
10 |
# Example usage:-
|
11 |
-
sample_url = 'https://www.amazon.in/
|
12 |
url = st.text_input("Amazon product link", sample_url)
|
13 |
st.write("The current movie title is", url)
|
14 |
|
|
|
8 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|
9 |
|
10 |
# Example usage:-
|
11 |
+
sample_url = 'https://www.amazon.in/s?k=laptop&i=computers&crid=1895I80OXDD8Y&sprefix=lap%2Ccomputers%2C533&ref=nb_sb_ss_ts-doa-p_1_3pe=all_reviews'
|
12 |
url = st.text_input("Amazon product link", sample_url)
|
13 |
st.write("The current movie title is", url)
|
14 |
|