Commit
Β·
e3ed455
1
Parent(s):
f632a6f
Update app.py
Browse files
app.py
CHANGED
@@ -7,11 +7,11 @@ from scipy.special import softmax
|
|
7 |
# Create a sidebar for navigation
|
8 |
st.sidebar.title("Navigation and review examples")
|
9 |
|
10 |
-
#
|
11 |
st.sidebar.markdown("π **Positive Review Example:**")
|
12 |
st.sidebar.markdown("> I absolutely loved this movie! It was so thrilling and captivating. The acting was superb, and the plot was fantastic.")
|
13 |
|
14 |
-
#
|
15 |
st.sidebar.markdown("π **Negative Review Example:**")
|
16 |
st.sidebar.markdown("> This movie was a complete disappointment. The story was boring, and the acting was terrible. I wouldn't recommend it to anyone.")
|
17 |
|
|
|
7 |
# Create a sidebar for navigation
|
8 |
st.sidebar.title("Navigation and review examples")
|
9 |
|
10 |
+
# An example for a positive movie review
|
11 |
st.sidebar.markdown("π **Positive Review Example:**")
|
12 |
st.sidebar.markdown("> I absolutely loved this movie! It was so thrilling and captivating. The acting was superb, and the plot was fantastic.")
|
13 |
|
14 |
+
# An example for a negative movie review
|
15 |
st.sidebar.markdown("π **Negative Review Example:**")
|
16 |
st.sidebar.markdown("> This movie was a complete disappointment. The story was boring, and the acting was terrible. I wouldn't recommend it to anyone.")
|
17 |
|