Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ sentiment_model = pipeline("sentiment-analysis", model="siebert/sentiment-robert
|
|
14 |
st.set_page_config(page_title="review Analysis", page_icon=":smiley:")
|
15 |
|
16 |
# Add image and heading
|
17 |
-
st.image("
|
18 |
|
19 |
file = st.file_uploader("", type=["csv"])
|
20 |
|
|
|
14 |
st.set_page_config(page_title="review Analysis", page_icon=":smiley:")
|
15 |
|
16 |
# Add image and heading
|
17 |
+
st.image("img.png", use_column_width=True)
|
18 |
|
19 |
file = st.file_uploader("", type=["csv"])
|
20 |
|