Spaces:
Sleeping
Sleeping
Commit
·
09172e3
1
Parent(s):
5cd38b6
Update home.py
Browse files
home.py
CHANGED
@@ -5,7 +5,7 @@ from functions import preprocess, sentiment_analysis, map_sentiment_score_to_rat
|
|
5 |
|
6 |
def render_home(model, tokenizer):
|
7 |
st.title("Movie Review App")
|
8 |
-
st.write("Welcome to our Movie Review App powered by the state-of-the-art
|
9 |
st.image("Assets/movie_review.png", caption="", use_column_width=True)
|
10 |
|
11 |
# Create a list to store comments
|
|
|
5 |
|
6 |
def render_home(model, tokenizer):
|
7 |
st.title("Movie Review App")
|
8 |
+
st.write("Welcome to our Movie Review App powered by the state-of-the-art TinyBERT model with an impressive accuracy score of 0.86 respectively. Get ready to dive into the world of cinema and discover the sentiments behind your favorite movies. Whether it's a thrilling 9 or a heartwarming 3, our app not only predicts the sentiment but also rates the movie on a scale of 1 to 10. Express your thoughts, press 'Analyze,' and uncover the emotional depth of your movie review")
|
9 |
st.image("Assets/movie_review.png", caption="", use_column_width=True)
|
10 |
|
11 |
# Create a list to store comments
|